From 99c4e994bf39011298969ec0d6e2ab3bd9a99c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:18:27 +0000 Subject: [PATCH] chore(deps): bump redis from 7.1.1 to 7.2.0 Bumps [redis](https://github.com/redis/redis-py) from 7.1.1 to 7.2.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.1.1...v7.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 7d27b7d..cddc1fa 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ Flask==3.1.2 requests==2.32.5 prometheus-client==0.24.1 -redis==7.1.1 +redis==7.2.0 minio==7.2.16 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8a5af4d..b315947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -367,9 +367,9 @@ pycryptodome==3.23.0 \ --hash=sha256:e3f2d0aaf8080bda0587d58fc9fe4766e012441e2eed4269a77de6aea981c8be \ --hash=sha256:eb8f24adb74984aa0e5d07a2368ad95276cf38051fe2dc6605cbcf482e04f2a7 # via minio -redis==7.1.1 \ - --hash=sha256:a2814b2bda15b39dad11391cc48edac4697214a8a5a4bd10abe936ab4892eb43 \ - --hash=sha256:f77817f16071c2950492c67d40b771fa493eb3fccc630a424a10976dbb794b7a +redis==7.2.0 \ + --hash=sha256:01f591f8598e483f1842d429e8ae3a820804566f1c73dca1b80e23af9fba0497 \ + --hash=sha256:4dd5bf4bd4ae80510267f14185a15cba2a38666b941aff68cccf0256b51c1f26 # via -r requirements.in requests==2.32.5 \ --hash=sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6 \