chore(api): update dependency redis to v4.5.4

This commit is contained in:
Renovate Bot 2023-04-14 12:03:25 +00:00 committed by jo
parent 83b2aa0ad8
commit 156d35a46b
No known key found for this signature in database
GPG Key ID: B2FEC9B22722B984
2 changed files with 6 additions and 6 deletions

10
api/poetry.lock generated
View File

@ -2903,18 +2903,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\""}
importlib-metadata = {version = ">=1.0", markers = "python_version < \"3.8\""}
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "5cdae9223195dfdeebb0de4905bd683e3800f985853ec312c443cfa0295b9065"
content-hash = "599f3c9a64053466bd2561cf87bcf584ef2c3dfe9e595b7a32d37dbf9fd88607"

View File

@ -47,7 +47,7 @@ drf-spectacular = "==0.25.1"
markdown = "==3.4.1"
persisting-theory = "==1.0"
psycopg2 = "==2.9.5"
redis = "==4.4.2"
redis = "==4.5.4"
# Django LDAP
django-auth-ldap = "==4.1.0"