From a8027bc8f049df459c7bdbbda4585756af90238c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:20:37 +0000 Subject: [PATCH] Bump redis from 6.4.0 to 7.0.0 Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v6.4.0...v7.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0045c9f46..26d322f19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3454,17 +3454,18 @@ all = ["numpy"] [[package]] name = "redis" -version = "6.4.0" +version = "7.0.0" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "redis-6.4.0-py3-none-any.whl", hash = "sha256:f0544fa9604264e9464cdf4814e7d4830f74b165d52f2a330a760a88dd248b7f"}, - {file = "redis-6.4.0.tar.gz", hash = "sha256:b01bc7282b8444e28ec36b261df5375183bb47a07eb9c603f284e89cbc5ef010"}, + {file = "redis-7.0.0-py3-none-any.whl", hash = "sha256:1e66c8355b3443af78367c4937484cd875fdf9f5f14e1fed14aa95869e64f6d1"}, + {file = "redis-7.0.0.tar.gz", hash = "sha256:6546ada54354248a53a47342d36abe6172bb156f23d24f018fda2e3c06b9c97a"}, ] [package.extras] +circuit-breaker = ["pybreaker (>=1.4.0)"] hiredis = ["hiredis (>=3.2.0)"] jwt = ["pyjwt (>=2.9.0)"] ocsp = ["cryptography (>=36.0.1)", "pyopenssl (>=20.0.1)", "requests (>=2.31.0)"] @@ -4420,4 +4421,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "37868fcef68e149a4be5882b70a3e53c8746f30681207c6897c2ca14e4294c84" +content-hash = "d0613e1cd515fe861dbc8cc5a45090a59735b71ef47be17397a071165641a3b4" diff --git a/pyproject.toml b/pyproject.toml index 04e7691d3..eae77a0d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ phonenumbers = "^9.0.16" pycparser = "^2.23" pyjwt = "^2.10.1" python-json-logger = "^4.0.0" -redis = "^6.4.0" +redis = "^7.0.0" regex = "^2025.10.23" s3transfer = "^0.10.2" shapely = "^2.1.2"