Bump redis from 7.0.1 to 7.1.0 (#3122)

Bumps [redis](https://github.com/redis/redis-py) from 7.0.1 to 7.1.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.0.1...v7.1.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 7.1.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]
2025-11-20 12:46:45 -05:00
committed by GitHub
parent 719aa01f0c
commit 770f0203cf
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -3473,14 +3473,14 @@ all = ["numpy"]
[[package]]
name = "redis"
version = "7.0.1"
version = "7.1.0"
description = "Python client for Redis database and key-value store"
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "redis-7.0.1-py3-none-any.whl", hash = "sha256:4977af3c7d67f8f0eb8b6fec0dafc9605db9343142f634041fb0235f67c0588a"},
{file = "redis-7.0.1.tar.gz", hash = "sha256:c949df947dca995dc68fdf5a7863950bf6df24f8d6022394585acc98e81624f1"},
{file = "redis-7.1.0-py3-none-any.whl", hash = "sha256:23c52b208f92b56103e17c5d06bdc1a6c2c0b3106583985a76a18f83b265de2b"},
{file = "redis-7.1.0.tar.gz", hash = "sha256:b1cc3cfa5a2cb9c2ab3ba700864fb0ad75617b41f01352ce5779dabf6d5f9c3c"},
]
[package.extras]
@@ -4440,4 +4440,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 = "c62fab54293021911c6520ae8682910142f625d0d328e2b6b1967db8efb4817e"
content-hash = "393c50b14f64ee614a6c266733848e870d84ef652fb9aff98024852d8dd4dfb9"

View File

@@ -54,7 +54,7 @@ phonenumbers = "^9.0.18"
pycparser = "^2.23"
pyjwt = "^2.10.1"
python-json-logger = "^4.0.0"
redis = "^7.0.1"
redis = "^7.1.0"
regex = "^2025.11.3"
s3transfer = "^0.10.2"
shapely = "^2.1.2"