From 905f001a6efea5171405b0003aef425b302989eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:02:38 +0000 Subject: [PATCH] chore(deps): bump redis from 7.1.1 to 7.3.0 Bumps [redis](https://github.com/redis/redis-py) from 7.1.1 to 7.3.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.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.3.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..a7275b5 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.3.0 minio==7.2.16 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8a5af4d..05a433d 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.3.0 \ + --hash=sha256:4d1b768aafcf41b01022410b3cc4f15a07d9b3d6fe0c66fc967da2c88e551034 \ + --hash=sha256:9d4fcb002a12a5e3c3fbe005d59c48a2cc231f87fbb2f6b70c2d89bb64fec364 # via -r requirements.in requests==2.32.5 \ --hash=sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6 \