From 140b736da333b1107a8111ff5f598e73bb7d8d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:48:54 +0000 Subject: [PATCH] Bump redis from 5.2.0 to 6.4.0 Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 6.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/v5.2.0...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.0 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 03f3977..79fd9f4 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ minio==7.2.16 requests==2.32.4 Flask==3.0.3 Werkzeug==3.1.3 -redis==5.2.0 +redis==6.4.0 python-dotenv==1.1.1 apiflask==2.4.0 roc-validator==0.7.3 diff --git a/requirements.txt b/requirements.txt index 2f370b6..8ddc396 100644 --- a/requirements.txt +++ b/requirements.txt @@ -133,7 +133,7 @@ rdflib[html]==7.1.4 # owlrl # pyshacl # roc-validator -redis==5.2.0 +redis==6.4.0 # via -r requirements.in requests==2.32.4 # via