From 636c3649e7eb2ed2910031e7b6040f86cd472fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:21:09 +0000 Subject: [PATCH] Bump redis from 7.0.0 to 7.0.1 Bumps [redis](https://github.com/redis/redis-py) from 7.0.0 to 7.0.1. - [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/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cc5b55578..75c835181 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3454,14 +3454,14 @@ all = ["numpy"] [[package]] name = "redis" -version = "7.0.0" +version = "7.0.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "redis-7.0.0-py3-none-any.whl", hash = "sha256:1e66c8355b3443af78367c4937484cd875fdf9f5f14e1fed14aa95869e64f6d1"}, - {file = "redis-7.0.0.tar.gz", hash = "sha256:6546ada54354248a53a47342d36abe6172bb156f23d24f018fda2e3c06b9c97a"}, + {file = "redis-7.0.1-py3-none-any.whl", hash = "sha256:4977af3c7d67f8f0eb8b6fec0dafc9605db9343142f634041fb0235f67c0588a"}, + {file = "redis-7.0.1.tar.gz", hash = "sha256:c949df947dca995dc68fdf5a7863950bf6df24f8d6022394585acc98e81624f1"}, ] [package.extras] @@ -4421,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 = "8466236c9ee7762028034647da7e42ef47fca83533d97b31a1127fb90b38dc70" +content-hash = "108461f20f4b322a27ba92d483c35aef6865a1024597c611a7ed3b7f4213f0e3" diff --git a/pyproject.toml b/pyproject.toml index 0b11bfc99..87d6416c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ phonenumbers = "^9.0.17" pycparser = "^2.23" pyjwt = "^2.10.1" python-json-logger = "^4.0.0" -redis = "^7.0.0" +redis = "^7.0.1" regex = "^2025.10.23" s3transfer = "^0.10.2" shapely = "^2.1.2"