Update dependency redis to v4.3.5

This commit is contained in:
Renovate Bot 2022-11-23 01:04:28 +00:00
parent a9d26cbbf7
commit 8514d28c58
2 changed files with 5 additions and 6 deletions

9
api/poetry.lock generated
View File

@ -1696,7 +1696,7 @@ python-versions = ">=3.6"
[[package]]
name = "redis"
version = "4.3.4"
version = "4.3.5"
description = "Python client for Redis database and key-value store"
category = "main"
optional = false
@ -1704,7 +1704,6 @@ python-versions = ">=3.6"
[package.dependencies]
async-timeout = ">=4.0.2"
deprecated = ">=1.2.3"
importlib-metadata = {version = ">=1.0", markers = "python_version < \"3.8\""}
packaging = ">=20.4"
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
@ -2183,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "54ae600d46e106271077a99026e920b5154f946298989de7dd7297fa6d6aef74"
content-hash = "3c19a180b234d2fbaaf53fc6794122cdea2602647fce75c0a6fffae37d116047"
[metadata.files]
aiohttp = [
@ -3393,8 +3392,8 @@ pyyaml = [
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
]
redis = [
{file = "redis-4.3.4-py3-none-any.whl", hash = "sha256:a52d5694c9eb4292770084fa8c863f79367ca19884b329ab574d5cb2036b3e54"},
{file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"},
{file = "redis-4.3.5-py3-none-any.whl", hash = "sha256:46652271dc7525cd5a9667e5b0ca983c848c75b2b8f7425403395bb8379dcf25"},
{file = "redis-4.3.5.tar.gz", hash = "sha256:30c07511627a4c5c4d970e060000772f323174f75e745a26938319817ead7a12"},
]
requests = [
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},

View File

@ -14,7 +14,7 @@ django-allauth = "==0.42.0"
psycopg2 = "==2.9.5"
pytz = "==2022.6"
django-redis = "==5.2.0"
redis = "==4.3.4"
redis = "==4.3.5"
kombu = "==5.2.4"
celery = "==5.2.7"
django-cors-headers = "==3.13.0"