diff --git a/poetry.lock b/poetry.lock index 083b999..558eddf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5228,13 +5228,13 @@ numpy = "*" [[package]] name = "redis" -version = "4.6.0" +version = "5.0.0" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, - {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, + {file = "redis-5.0.0-py3-none-any.whl", hash = "sha256:06570d0b2d84d46c21defc550afbaada381af82f5b83e5b3777600e05d8e2ed0"}, + {file = "redis-5.0.0.tar.gz", hash = "sha256:5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120"}, ] [package.dependencies] @@ -7703,4 +7703,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4669e363277a8ec883d4942297bdfaac3410cc0ef06ca6c16103d19fddd81bfe" +content-hash = "e493e4f444d570f42d4e17f85d2dce453fe61690673e2922c3934abd9f99bd67" diff --git a/pyproject.toml b/pyproject.toml index bb50f3b..29465a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python-slugify = "^7.0.0" pillow = "^10.0.0" argon2-cffi = "^21.3.0" whitenoise = "^6.3.0" -redis = "^4.6.0" +redis = "^5.0.0" hiredis = "^2.2.3" celery = {extras = ["redis"], version = "^5.3.1"} django-celery-beat = "^2.5.0"