mirror of https://github.com/CIRCL/lookyloo
build(deps): bump redis from 4.3.3 to 4.3.4
Bumps [redis](https://github.com/redis/redis-py) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/452/head
parent
881ccb5923
commit
99062593f7
|
@ -938,7 +938,7 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""}
|
|||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "4.3.3"
|
||||
version = "4.3.4"
|
||||
description = "Python client for Redis database and key-value store"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.8,<3.11"
|
||||
content-hash = "b8964dec2d2a73a4359b1005b598a6163e9d245d6166f90fcab29a21d25e9599"
|
||||
content-hash = "dec35feae6d120eab24468677897c7b942c50c1ad26e95095aea6cf5b543704c"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2194,8 +2194,8 @@ pytz-deprecation-shim = [
|
|||
{file = "pytz_deprecation_shim-0.1.0.post0.tar.gz", hash = "sha256:af097bae1b616dde5c5744441e2ddc69e74dfdcb0c263129610d85b87445a59d"},
|
||||
]
|
||||
redis = [
|
||||
{file = "redis-4.3.3-py3-none-any.whl", hash = "sha256:f57f8df5d238a8ecf92f499b6b21467bfee6c13d89953c27edf1e2bc673622e7"},
|
||||
{file = "redis-4.3.3.tar.gz", hash = "sha256:2f7a57cf4af15cd543c4394bcbe2b9148db2606a37edba755368836e3a1d053e"},
|
||||
{file = "redis-4.3.4-py3-none-any.whl", hash = "sha256:a52d5694c9eb4292770084fa8c863f79367ca19884b329ab574d5cb2036b3e54"},
|
||||
{file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"},
|
||||
]
|
||||
regex = [
|
||||
{file = "regex-2022.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ab69b4fe09e296261377d209068d52402fb85ef89dc78a9ac4a29a895f4e24a7"},
|
||||
|
|
|
@ -40,7 +40,7 @@ requests = "^2.28.0"
|
|||
flask = "^2.1.2"
|
||||
gunicorn = "^20.1.0"
|
||||
cchardet = "^2.1.7"
|
||||
redis = {version = "^4.3.3", extras = ["hiredis"]}
|
||||
redis = {version = "^4.3.4", extras = ["hiredis"]}
|
||||
beautifulsoup4 = "^4.11.1"
|
||||
bootstrap-flask = "^2.0.2"
|
||||
defang = "^0.5.3"
|
||||
|
|
Loading…
Reference in New Issue