Bump redis from 7.1.1 to 7.2.0 (#3268)

Bumps [redis](https://github.com/redis/redis-py) from 7.1.1 to 7.2.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/v7.1.1...v7.2.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-17 11:34:20 -05:00
committed by GitHub
parent 1536a351a5
commit bf4a344519
2 changed files with 7 additions and 5 deletions

10
poetry.lock generated
View File

@@ -3492,14 +3492,14 @@ all = ["numpy"]
[[package]]
name = "redis"
version = "7.1.1"
version = "7.2.0"
description = "Python client for Redis database and key-value store"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "redis-7.1.1-py3-none-any.whl", hash = "sha256:f77817f16071c2950492c67d40b771fa493eb3fccc630a424a10976dbb794b7a"},
{file = "redis-7.1.1.tar.gz", hash = "sha256:a2814b2bda15b39dad11391cc48edac4697214a8a5a4bd10abe936ab4892eb43"},
{file = "redis-7.2.0-py3-none-any.whl", hash = "sha256:01f591f8598e483f1842d429e8ae3a820804566f1c73dca1b80e23af9fba0497"},
{file = "redis-7.2.0.tar.gz", hash = "sha256:4dd5bf4bd4ae80510267f14185a15cba2a38666b941aff68cccf0256b51c1f26"},
]
[package.extras]
@@ -3507,6 +3507,8 @@ 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)"]
otel = ["opentelemetry-api (>=1.39.1)", "opentelemetry-exporter-otlp-proto-http (>=1.39.1)", "opentelemetry-sdk (>=1.39.1)"]
xxhash = ["xxhash (>=3.6.0,<3.7.0)"]
[[package]]
name = "regex"
@@ -4527,4 +4529,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 = "4d278f6974b8f6cfa527275d72a042a84554884c6d4f799c5dddf166ad10ba71"
content-hash = "988460dcd9bace326bf67ba4685681787c59910687d864a897a2660a9ef40c88"

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.1.1"
redis = "^7.2.0"
regex = "^2026.1.15"
s3transfer = "^0.10.2"
shapely = "^2.1.2"