chore(api): update dependency redis to v4.5.4
This commit is contained in:
parent
28422369de
commit
8d63472821
|
@ -3068,18 +3068,18 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "redis"
|
||||
version = "4.4.2"
|
||||
version = "4.5.4"
|
||||
description = "Python client for Redis database and key-value store"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "redis-4.4.2-py3-none-any.whl", hash = "sha256:e6206448e2f8a432871d07d432c13ed6c2abcf6b74edb436c99752b1371be387"},
|
||||
{file = "redis-4.4.2.tar.gz", hash = "sha256:a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7"},
|
||||
{file = "redis-4.5.4-py3-none-any.whl", hash = "sha256:2c19e6767c474f2e85167909061d525ed65bea9301c0770bb151e041b7ac89a2"},
|
||||
{file = "redis-4.5.4.tar.gz", hash = "sha256:73ec35da4da267d6847e47f68730fdd5f62e2ca69e3ef5885c6a78a9374c3893"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
async-timeout = ">=4.0.2"
|
||||
async-timeout = {version = ">=4.0.2", markers = "python_version <= \"3.11.2\""}
|
||||
|
||||
[package.extras]
|
||||
hiredis = ["hiredis (>=1.0.0)"]
|
||||
|
@ -4008,4 +4008,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "1a288580fb5a125348da53fdbc77ca744f6fa4db54bee52f41991144ee6805bb"
|
||||
content-hash = "861d2865e86f0021ae44fb99f892475ded17cc87a122f1da7858c8db1f3730a1"
|
||||
|
|
|
@ -47,7 +47,7 @@ drf-spectacular = "==0.26.1"
|
|||
markdown = "==3.4.3"
|
||||
persisting-theory = "==1.0"
|
||||
psycopg2 = "==2.9.5"
|
||||
redis = "==4.4.2"
|
||||
redis = "==4.5.4"
|
||||
|
||||
# Django LDAP
|
||||
django-auth-ldap = "==4.1.0"
|
||||
|
|
Loading…
Reference in New Issue