diff --git a/poetry.lock b/poetry.lock index 08ff6e02..f526ae0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2415,13 +2415,13 @@ files = [ [[package]] name = "redis" -version = "5.2.0" +version = "5.2.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.8" files = [ - {file = "redis-5.2.0-py3-none-any.whl", hash = "sha256:ae174f2bb3b1bf2b09d54bf3e51fbc1469cf6c10aa03e21141f51969801a7897"}, - {file = "redis-5.2.0.tar.gz", hash = "sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0"}, + {file = "redis-5.2.1-py3-none-any.whl", hash = "sha256:ee7e1056b9aea0f04c6c2ed59452947f34c4940ee025f5dd83e6a6418b6989e4"}, + {file = "redis-5.2.1.tar.gz", hash = "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f"}, ] [package.dependencies] @@ -3284,4 +3284,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "260608f5cb113d3c309fd84a006d8915cf6c9a48bfc1941dbd3c53a574af975c" +content-hash = "6c451900fdd8967f37ad0bd47aada277508866c306e89e7ddabff78ba49551a8" diff --git a/pyproject.toml b/pyproject.toml index 7adb0971..584e995b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ django-waffle = "^4.2.0" psycopg = "^3.2.3" psycopg-binary = "^3.2.3" django-debug-toolbar = "^4.4.6" -redis = {extras = ["hiredis"], version = "^5.2.0"} +redis = {extras = ["hiredis"], version = "^5.2.1"} notifications-python-client = "^10.0.0" [tool.poetry.group.dev.dependencies]