From b76bd2a3b188a9a63796d84f37043bf7a2f30a4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:35:25 -0400 Subject: [PATCH] Update dependency redis to v5 (#1244) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1b30d6b599..36079ba963 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3181,17 +3181,17 @@ files = [ [[package]] name = "redis" -version = "4.6.0" +version = "5.0.8" 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.8-py3-none-any.whl", hash = "sha256:56134ee08ea909106090934adc36f65c9bcbbaecea5b21ba704ba6fb561f8eb4"}, + {file = "redis-5.0.8.tar.gz", hash = "sha256:0c5b10d387568dfe0698c6fad6615750c24170e548ca2deac10c649d463e9870"}, ] [package.extras] -hiredis = ["hiredis (>=1.0.0)"] +hiredis = ["hiredis (>1.0.0)"] ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"] [[package]] @@ -4288,4 +4288,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "3.12.4" -content-hash = "8f39ba1d5b71fac8024762d21dc054395d2bf3532e27d870ef8f5527f1145a52" +content-hash = "755736644d67abf96717b92215eceb9f07803a3853ff9570244fe2c9b7e37d20" diff --git a/pyproject.toml b/pyproject.toml index e08b49bd3b..37367bb051 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 = "^2.0.0" social-auth-app-django = "^5.2.0"