diff --git a/poetry.lock b/poetry.lock index 9e09c11d..33108536 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2255,13 +2255,13 @@ files = [ [[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] @@ -3082,4 +3082,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "0db97f9a7aa20c4f43b9d934777850449fda75104c763b8758860a9971846451" +content-hash = "a3414ef296f89e3c41ccda49ac6452f458811e5f8759c3c6eb34b3af66d99cd7" diff --git a/pyproject.toml b/pyproject.toml index 6c581f3c..7db940c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ python-ldap = "^3.3.1" python3-saml = "^1.12.0" pytz-deprecation-shim = "^0.1.0-post.0" rcssmin = "^1.0.6" -redis = "^4.0.0" +redis = "^5.0.0" regex = "^2023.0.0" relative-to-now = "^1.0.0" requests = "^2.26.0"