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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-26 20:37:56 +00:00
committed by GitHub
parent 45856c098f
commit fb69a29350
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"