diff --git a/poetry.lock b/poetry.lock index d9d9f588f6..0cf5a93a5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3136,13 +3136,13 @@ files = [ [[package]] name = "redis" -version = "4.6.0" +version = "5.0.7" 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.7-py3-none-any.whl", hash = "sha256:0e479e24da960c690be5d9b96d21f7b918a98c0cf49af3b6fafaa0753f93a0db"}, + {file = "redis-5.0.7.tar.gz", hash = "sha256:8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b"}, ] [package.extras] @@ -4240,4 +4240,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "3.12.4" -content-hash = "aa6f615bb26a72ce586a9481a13ed28147eebb137cf85f4d11ff2465fa1310bf" +content-hash = "8c1ac1f4d90917721943cdd41bbb16df83c37ac4acf57b3a055f56f59df7440d" diff --git a/pyproject.toml b/pyproject.toml index 54a18d09d6..0073100fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pygithub = "^1.44.1" python-dateutil = "^2.8.2" python-rapidjson = "^1.8" pyyaml = "^6.0.0" -redis = "^4.5.5" +redis = "^5.0.0" requests = "^2.31.0" sentry-sdk = "^1.25.1" social-auth-app-django = "^5.2.0"