Bump redis from 5.2.1 to 6.1.0

Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 6.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/v5.2.1...v6.1.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-14 13:41:23 +00:00
committed by GitHub
parent 3d07e6f898
commit c5d8792161
2 changed files with 7 additions and 6 deletions

11
poetry.lock generated
View File

@@ -3299,19 +3299,20 @@ all = ["numpy"]
[[package]]
name = "redis"
version = "5.2.1"
version = "6.1.0"
description = "Python client for Redis database and key-value store"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "redis-5.2.1-py3-none-any.whl", hash = "sha256:ee7e1056b9aea0f04c6c2ed59452947f34c4940ee025f5dd83e6a6418b6989e4"},
{file = "redis-5.2.1.tar.gz", hash = "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f"},
{file = "redis-6.1.0-py3-none-any.whl", hash = "sha256:3b72622f3d3a89df2a6041e82acd896b0e67d9f54e9bcd906d091d23ba5219f6"},
{file = "redis-6.1.0.tar.gz", hash = "sha256:c928e267ad69d3069af28a9823a07726edf72c7e37764f43dc0123f37928c075"},
]
[package.extras]
hiredis = ["hiredis (>=3.0.0)"]
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"]
jwt = ["pyjwt (>=2.9.0)"]
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (>=20.0.1)", "requests (>=2.31.0)"]
[[package]]
name = "regex"
@@ -4156,4 +4157,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "ccccb42b7f0cdf453d1bf1ae179c16a000431c22ca189e4ff1cc15f79fd79b37"
content-hash = "11e4f1ccc6f68eee6cbcea9566be68e88c4c2fd3b32dbc980cde2d699ec8e277"

View File

@@ -53,7 +53,7 @@ ordered-set = "^4.1.0"
phonenumbers = "^9.0.5"
pycparser = "^2.22"
python-json-logger = "^3.3.0"
redis = "^5.2.1"
redis = "^6.1.0"
regex = "^2024.11.6"
s3transfer = "^0.10.2"
shapely = "^2.0.5"