From f13062af71b8e5bd30887823e34054285be32191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:40:30 +0000 Subject: [PATCH] Bump redis from 7.1.0 to 7.1.1 Bumps [redis](https://github.com/redis/redis-py) from 7.1.0 to 7.1.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/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 1bc9ad6..dabea2e 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ minio==7.2.20 requests==2.32.5 Flask==3.1.2 Werkzeug==3.1.5 -redis==7.1.0 +redis==7.1.1 python-dotenv==1.2.1 apiflask==3.0.2 roc-validator==0.8 diff --git a/requirements.txt b/requirements.txt index 9637873..4e556b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,8 +16,6 @@ argon2-cffi==25.1.0 # via minio argon2-cffi-bindings==25.1.0 # via argon2-cffi -async-timeout==5.0.1 - # via redis attrs==25.3.0 # via # cattrs @@ -147,7 +145,7 @@ rdflib[html]==7.1.4 # owlrl # pyshacl # roc-validator -redis==7.1.0 +redis==7.1.1 # via -r requirements.in requests==2.32.5 # via