From b74e74064634ff8db820cc3e966674043c87007a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:39:55 +0000 Subject: [PATCH] Bump redis from 6.4.0 to 7.0.1 Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.0.1. - [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/v6.4.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 2efc080..3175343 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ minio==7.2.18 requests==2.32.5 Flask==3.1.2 Werkzeug==3.1.3 -redis==6.4.0 +redis==7.0.1 python-dotenv==1.1.1 apiflask==2.4.0 roc-validator==0.7.3 diff --git a/requirements.txt b/requirements.txt index 4c88540..e14b924 100644 --- a/requirements.txt +++ b/requirements.txt @@ -134,7 +134,7 @@ rdflib[html]==7.1.4 # owlrl # pyshacl # roc-validator -redis==6.4.0 +redis==7.0.1 # via -r requirements.in requests==2.32.5 # via