From d5e0f437c7247945e15f1e7c21cc4b14f0ec102e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:09:02 +0000 Subject: [PATCH] chore(deps)(deps): bump redis from 7.4.0 to 8.1.0 in the database group Bumps the database group with 1 update: [redis](https://github.com/redis/redis-py). Updates `redis` from 7.4.0 to 8.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.4.0...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: database ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index df21d7b..2a04f77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1871,20 +1871,20 @@ files = [ [[package]] name = "redis" -version = "7.4.0" +version = "8.1.0" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "redis-7.4.0-py3-none-any.whl", hash = "sha256:a9c74a5c893a5ef8455a5adb793a31bb70feb821c86eccb62eebef5a19c429ec"}, - {file = "redis-7.4.0.tar.gz", hash = "sha256:64a6ea7bf567ad43c964d2c30d82853f8df927c5c9017766c55a1d1ed95d18ad"}, + {file = "redis-8.1.0-py3-none-any.whl", hash = "sha256:a4fe1aac3d3b3cc791d4b3d5931c5a956045dc951ee74d1c913ee3ac4d2ee9fb"}, + {file = "redis-8.1.0.tar.gz", hash = "sha256:6e1a19beef9225c83efd689c7e6b7da2d5215b1f42cd13b7fc3714d0a09c7b25"}, ] [package.extras] circuit-breaker = ["pybreaker (>=1.4.0)"] hiredis = ["hiredis (>=3.2.0)"] -jwt = ["pyjwt (>=2.9.0)"] +jwt = ["pyjwt (>=2.13.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)"] @@ -2549,4 +2549,4 @@ dev = ["pytest", "setuptools"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "a556f6b155b8192463ecadd9016fbd3e96c90e0e436f80b4ffb6fa67c71f0035" +content-hash = "88312c230ef8eecb99aa4f5a94579ed3c28771c80ddf67f04c96b76a98e6299e" diff --git a/pyproject.toml b/pyproject.toml index 927bf5c..5b782ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pydantic = "^2.10.0" pydantic-settings = "^2.6.0" pyyaml = "^6.0" python-multipart = ">=0.0.9,<0.0.32" -redis = "^7.4.0" +redis = ">=7.4,<9.0" apscheduler = "^3.10.0" httpx = "^0.28.0" structlog = ">=25.5,<27.0"