From 65117a4c825d9684f6228e6e9749ccefe645a66e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:54:30 -0500 Subject: [PATCH] Bump redis from 7.1.0 to 7.1.1 (#3253) Bumps [redis](https://github.com/redis/redis-py) from 7.1.0 to 7.1.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.1.0...v7.1.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ce0c30cf0..3d75e0339 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3491,14 +3491,14 @@ all = ["numpy"] [[package]] name = "redis" -version = "7.1.0" +version = "7.1.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "redis-7.1.0-py3-none-any.whl", hash = "sha256:23c52b208f92b56103e17c5d06bdc1a6c2c0b3106583985a76a18f83b265de2b"}, - {file = "redis-7.1.0.tar.gz", hash = "sha256:b1cc3cfa5a2cb9c2ab3ba700864fb0ad75617b41f01352ce5779dabf6d5f9c3c"}, + {file = "redis-7.1.1-py3-none-any.whl", hash = "sha256:f77817f16071c2950492c67d40b771fa493eb3fccc630a424a10976dbb794b7a"}, + {file = "redis-7.1.1.tar.gz", hash = "sha256:a2814b2bda15b39dad11391cc48edac4697214a8a5a4bd10abe936ab4892eb43"}, ] [package.extras] @@ -4526,4 +4526,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 = "98b0c21f945e2d81c5b136a1e8d0782f228dc26dd6cd70b718da7fc245ae3565" +content-hash = "8459dcca1f941dc545d81d53edd681f463916ebddc7b7ff751dd99bfcf5fa5fe" diff --git a/pyproject.toml b/pyproject.toml index e9203700c..fbfc5c8b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ phonenumbers = "^9.0.23" pycparser = "^3.0" pyjwt = "^2.11.0" python-json-logger = "^4.0.0" -redis = "^7.1.0" +redis = "^7.1.1" regex = "^2026.1.15" s3transfer = "^0.10.2" shapely = "^2.1.2"