diff --git a/api/poetry.lock b/api/poetry.lock index f77d150d3..aa6616dc0 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1657,7 +1657,7 @@ python-versions = ">=3.6" [[package]] name = "redis" -version = "4.1.2" +version = "4.1.3" description = "Python client for Redis database and key-value store" category = "main" optional = false @@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "70c4a5b71c1cb2f17a4d31046b31f7c66d4ac758b3ffc01a84815919583c238f" +content-hash = "510ecbfe8c71b1479b866217a7e70890db50a5b337c0e7d8f6c0c393892211e5" [metadata.files] aiohttp = [ @@ -3205,8 +3205,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] redis = [ - {file = "redis-4.1.2-py3-none-any.whl", hash = "sha256:f13eea4254e302485add677cadedaf1305c1b3a4e07535e23b7b239798ce9301"}, - {file = "redis-4.1.2.tar.gz", hash = "sha256:bf86397be532fc0a888d5976a5313a3a70d8f912d52bc0c09bffda4b8425a1d4"}, + {file = "redis-4.1.3-py3-none-any.whl", hash = "sha256:267e89e476eb684517584e8988f1e5d755f483a368c133020c4c40e8b676bc5d"}, + {file = "redis-4.1.3.tar.gz", hash = "sha256:f2715caad9f0e8c6ff8df46d3c4c9022a3929001f530f66b62747554d3067068"}, ] requests = [ {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 38b6d3850..78b12e337 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -15,7 +15,7 @@ django-allauth = "==0.42.0" psycopg2 = "==2.9.3" pytz = "2021.3" django-redis = "==5.2.0" -redis = "==4.1.2" +redis = "==4.1.3" kombu = "==5.2.3" celery = "==5.2.3" django-cors-headers = "==3.11.0"