diff --git a/api/poetry.lock b/api/poetry.lock index 743fa7b85..eba37dc59 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2903,14 +2903,14 @@ files = [ [[package]] name = "redis" -version = "4.4.0" +version = "4.4.2" description = "Python client for Redis database and key-value store" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.4.0-py3-none-any.whl", hash = "sha256:cae3ee5d1f57d8caf534cd8764edf3163c77e073bdd74b6f54a87ffafdc5e7d9"}, - {file = "redis-4.4.0.tar.gz", hash = "sha256:7b8c87d19c45d3f1271b124858d2a5c13160c4e74d4835e28273400fa34d5228"}, + {file = "redis-4.4.2-py3-none-any.whl", hash = "sha256:e6206448e2f8a432871d07d432c13ed6c2abcf6b74edb436c99752b1371be387"}, + {file = "redis-4.4.2.tar.gz", hash = "sha256:a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7"}, ] [package.dependencies] @@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "029305ed15367f3888fcf21b951c3fd81a09cdeaa7ee378fbd54401fa6b6c538" +content-hash = "0aa70f98e7e9f5c86d2c066be51e2e5a01aaea934b3f338554446dd7585b8d7f" diff --git a/api/pyproject.toml b/api/pyproject.toml index 93d16b6d1..84b1c920a 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -47,7 +47,7 @@ drf-spectacular = "==0.25.1" markdown = "==3.4.1" persisting-theory = "==1.0" psycopg2 = "==2.9.5" -redis = "==4.4.0" +redis = "==4.4.2" # Django LDAP django-auth-ldap = "==4.1.0"