From 7bb11ebe9c94dc9e913953ad07bbe5db0f373e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:45:40 +0000 Subject: [PATCH] Bump redis from 7.3.0 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 7.3.0 to 7.4.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.3.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6add106..b0f677c 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ minio==7.2.20 requests==2.33.0 Flask==3.1.3 Werkzeug==3.1.6 -redis==7.3.0 +redis==7.4.0 python-dotenv==1.2.2 apiflask==3.1.0 roc-validator==0.8.1 diff --git a/requirements.txt b/requirements.txt index ab25e6f..8d4aa25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -145,7 +145,7 @@ rdflib[html]==7.1.4 # owlrl # pyshacl # roc-validator -redis==7.3.0 +redis==7.4.0 # via -r requirements.in requests==2.33.0 # via