diff --git a/pyproject.toml b/pyproject.toml index a5fe3278..b2d96a43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "whitenoise[brotli]==6.11.0", "xlsxwriter==3.2.9", "sentry-sdk[django]==2.52.0", - "redis==7.1.1", + "redis==7.2.0", "django-storages[azure]==1.14.6", "paramiko==4.0.0", ] diff --git a/uv.lock b/uv.lock index 935fac0e..51e51e85 100644 --- a/uv.lock +++ b/uv.lock @@ -635,7 +635,7 @@ requires-dist = [ { name = "psycopg", extras = ["binary", "pool"], specifier = "==3.3.2" }, { name = "python-dateutil", specifier = "==2.9.0" }, { name = "python-dotenv", specifier = "==1.2.1" }, - { name = "redis", specifier = "==7.1.1" }, + { name = "redis", specifier = "==7.2.0" }, { name = "requests", specifier = "==2.32.5" }, { name = "sentry-sdk", extras = ["django"], specifier = "==2.52.0" }, { name = "unicodecsv", specifier = "==0.14.1" }, @@ -1051,11 +1051,11 @@ wheels = [ [[package]] name = "redis" -version = "7.1.1" +version = "7.2.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f7/80/2971931d27651affa88a44c0ad7b8c4a19dc29c998abb20b23868d319b59/redis-7.1.1.tar.gz", hash = "sha256:a2814b2bda15b39dad11391cc48edac4697214a8a5a4bd10abe936ab4892eb43", size = 4800064, upload-time = "2026-02-09T18:39:40.292Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9f/32/6fac13a11e73e1bc67a2ae821a72bfe4c2d8c4c48f0267e4a952be0f1bae/redis-7.2.0.tar.gz", hash = "sha256:4dd5bf4bd4ae80510267f14185a15cba2a38666b941aff68cccf0256b51c1f26", size = 4901247, upload-time = "2026-02-16T17:16:22.797Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/29/55/1de1d812ba1481fa4b37fb03b4eec0fcb71b6a0d44c04ea3482eb017600f/redis-7.1.1-py3-none-any.whl", hash = "sha256:f77817f16071c2950492c67d40b771fa493eb3fccc630a424a10976dbb794b7a", size = 356057, upload-time = "2026-02-09T18:39:38.602Z" }, + { url = "https://files.pythonhosted.org/packages/86/cf/f6180b67f99688d83e15c84c5beda831d1d341e95872d224f87ccafafe61/redis-7.2.0-py3-none-any.whl", hash = "sha256:01f591f8598e483f1842d429e8ae3a820804566f1c73dca1b80e23af9fba0497", size = 394898, upload-time = "2026-02-16T17:16:20.693Z" }, ] [[package]]