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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2252>
This commit is contained in:
Renovate Bot 2022-12-05 22:03:42 +00:00 committed by Marge
parent bf0e4935ea
commit 76c7c433a2
2 changed files with 8 additions and 9 deletions

15
api/poetry.lock generated
View File

@ -1251,7 +1251,7 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"]
name = "packaging" name = "packaging"
version = "21.3" version = "21.3"
description = "Core utilities for Python packages" description = "Core utilities for Python packages"
category = "main" category = "dev"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
@ -1487,7 +1487,7 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"]
name = "pyparsing" name = "pyparsing"
version = "3.0.9" version = "3.0.9"
description = "pyparsing module - Classes and methods to define and execute parsing grammars" description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "main" category = "dev"
optional = false optional = false
python-versions = ">=3.6.8" python-versions = ">=3.6.8"
@ -1696,16 +1696,15 @@ python-versions = ">=3.6"
[[package]] [[package]]
name = "redis" name = "redis"
version = "4.3.5" version = "4.4.0"
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.6" python-versions = ">=3.7"
[package.dependencies] [package.dependencies]
async-timeout = ">=4.0.2" async-timeout = ">=4.0.2"
importlib-metadata = {version = ">=1.0", markers = "python_version < \"3.8\""} importlib-metadata = {version = ">=1.0", markers = "python_version < \"3.8\""}
packaging = ">=20.4"
typing-extensions = {version = "*", markers = "python_version < \"3.8\""} typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
[package.extras] [package.extras]
@ -2182,7 +2181,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "4f44e300fb96611ad4d2b2969a5d71ea7a55c0c089b868c0b84c1d0df570ccf9" content-hash = "c314133d8165e8f38fe0f7c3b5de6c30cb604531f788d05f40192689d1578679"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -3396,8 +3395,8 @@ pyyaml = [
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
] ]
redis = [ redis = [
{file = "redis-4.3.5-py3-none-any.whl", hash = "sha256:46652271dc7525cd5a9667e5b0ca983c848c75b2b8f7425403395bb8379dcf25"}, {file = "redis-4.4.0-py3-none-any.whl", hash = "sha256:cae3ee5d1f57d8caf534cd8764edf3163c77e073bdd74b6f54a87ffafdc5e7d9"},
{file = "redis-4.3.5.tar.gz", hash = "sha256:30c07511627a4c5c4d970e060000772f323174f75e745a26938319817ead7a12"}, {file = "redis-4.4.0.tar.gz", hash = "sha256:7b8c87d19c45d3f1271b124858d2a5c13160c4e74d4835e28273400fa34d5228"},
] ]
requests = [ requests = [
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, {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" psycopg2 = "==2.9.5"
pytz = "==2022.6" pytz = "==2022.6"
django-redis = "==5.2.0" django-redis = "==5.2.0"
redis = "==4.3.5" redis = "==4.4.0"
kombu = "==5.2.4" kombu = "==5.2.4"
celery = "==5.2.7" celery = "==5.2.7"
django-cors-headers = "==3.13.0" django-cors-headers = "==3.13.0"