From fb69a2935032c1ad12830d211d0cd302decccfc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:37:56 +0000 Subject: [PATCH] Bump redis from 7.2.0 to 7.2.1 (#3284) Bumps [redis](https://github.com/redis/redis-py) from 7.2.0 to 7.2.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.2.0...v7.2.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.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 f66004990..7d1ce6c45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3505,14 +3505,14 @@ all = ["numpy"] [[package]] name = "redis" -version = "7.2.0" +version = "7.2.1" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "redis-7.2.0-py3-none-any.whl", hash = "sha256:01f591f8598e483f1842d429e8ae3a820804566f1c73dca1b80e23af9fba0497"}, - {file = "redis-7.2.0.tar.gz", hash = "sha256:4dd5bf4bd4ae80510267f14185a15cba2a38666b941aff68cccf0256b51c1f26"}, + {file = "redis-7.2.1-py3-none-any.whl", hash = "sha256:49e231fbc8df2001436ae5252b3f0f3dc930430239bfeb6da4c7ee92b16e5d33"}, + {file = "redis-7.2.1.tar.gz", hash = "sha256:6163c1a47ee2d9d01221d8456bc1c75ab953cbda18cfbc15e7140e9ba16ca3a5"}, ] [package.extras] @@ -4522,4 +4522,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 = "03cac2ca928dfc0a0b48468fed123cbbf91feb65ca4c7c811b1f99b14163b7a9" +content-hash = "36950e2d012d3b02a393b58410e43193841bcd71c8a49e206a1683d28247fb9c" diff --git a/pyproject.toml b/pyproject.toml index db53b4120..9e0fcee81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ phonenumbers = "^9.0.24" pycparser = "^3.0" pyjwt = "^2.11.0" python-json-logger = "^4.0.0" -redis = "^7.2.0" +redis = "^7.2.1" regex = "^2026.2.19" s3transfer = "^0.10.2" shapely = "^2.1.2"