chore(api): update dependency redis to v4.4.2
This commit is contained in:
parent
5969a7a8ae
commit
5d7673ab1d
|
@ -2903,14 +2903,14 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "redis"
|
name = "redis"
|
||||||
version = "4.4.0"
|
version = "4.4.2"
|
||||||
description = "Python client for Redis database and key-value store"
|
description = "Python client for Redis database and key-value store"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "redis-4.4.0-py3-none-any.whl", hash = "sha256:cae3ee5d1f57d8caf534cd8764edf3163c77e073bdd74b6f54a87ffafdc5e7d9"},
|
{file = "redis-4.4.2-py3-none-any.whl", hash = "sha256:e6206448e2f8a432871d07d432c13ed6c2abcf6b74edb436c99752b1371be387"},
|
||||||
{file = "redis-4.4.0.tar.gz", hash = "sha256:7b8c87d19c45d3f1271b124858d2a5c13160c4e74d4835e28273400fa34d5228"},
|
{file = "redis-4.4.2.tar.gz", hash = "sha256:a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "029305ed15367f3888fcf21b951c3fd81a09cdeaa7ee378fbd54401fa6b6c538"
|
content-hash = "0aa70f98e7e9f5c86d2c066be51e2e5a01aaea934b3f338554446dd7585b8d7f"
|
||||||
|
|
|
@ -47,7 +47,7 @@ drf-spectacular = "==0.25.1"
|
||||||
markdown = "==3.4.1"
|
markdown = "==3.4.1"
|
||||||
persisting-theory = "==1.0"
|
persisting-theory = "==1.0"
|
||||||
psycopg2 = "==2.9.5"
|
psycopg2 = "==2.9.5"
|
||||||
redis = "==4.4.0"
|
redis = "==4.4.2"
|
||||||
|
|
||||||
# Django LDAP
|
# Django LDAP
|
||||||
django-auth-ldap = "==4.1.0"
|
django-auth-ldap = "==4.1.0"
|
||||||
|
|
Loading…
Reference in New Issue