From a9432c445de26dd6f759a2aadcd5e268429dbfc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:46:09 +0000 Subject: [PATCH] fix(deps): update dependency redis to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40e18a2856..b6cca705e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "pymongo>=4.11.3,<5.0.0", "python-dateutil>=2.9.0.post0,<3.0.0", "rdflib>=7.1.3,<8.0.0", - "redis>=5.0.0,<8.0.0", + "redis>=8.1.0,<8.2.0", "requests>=2.32.4,<3.0.0", "saxonche>=12.8.0,<13.0.0", "sentry-sdk[flask]>=2.23.1,<3.0.0",