diff --git a/poetry.lock b/poetry.lock index 88c9d2f..f0324ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2411,17 +2411,17 @@ files = [ [[package]] name = "redis" -version = "5.0.2" +version = "5.0.3" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-5.0.2-py3-none-any.whl", hash = "sha256:4caa8e1fcb6f3c0ef28dba99535101d80934b7d4cd541bbb47f4a3826ee472d1"}, - {file = "redis-5.0.2.tar.gz", hash = "sha256:3f82cc80d350e93042c8e6e7a5d0596e4dd68715babffba79492733e1f367037"}, + {file = "redis-5.0.3-py3-none-any.whl", hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d"}, + {file = "redis-5.0.3.tar.gz", hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580"}, ] [package.dependencies] -async-timeout = ">=4.0.3" +async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -3217,4 +3217,4 @@ docs = ["django-debug-toolbar", "django-extensions", "sphinx", "sphinx-autobuild [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "eb03259cb114e446a3062e6231bb4ac778e7a49b2fdc31930fbdbb09923abbb3" +content-hash = "160a6e52b92ab0228e1de950c9cfc2dfdda8fb45e8ba2f5683ffb729ca1dc188" diff --git a/pyproject.toml b/pyproject.toml index 3bf08ff..ab708dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python-slugify = "^8.0.4" Pillow= "^10.2.0" argon2-cffi= "^23.1.0" whitenoise="^6.6.0" -redis="^5.0.2" +redis="^5.0.3" hiredis="^2.3.2" celery="^5.3.6" django-celery-beat="^2.6.0"