diff --git a/poetry.lock b/poetry.lock index e3e724d35..5919573a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 2fc2cf519..72e4d3ac4 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.1.1" +redis = "^7.2.0" regex = "^2026.1.15" s3transfer = "^0.10.2" shapely = "^2.1.2"