From 33e7f44b6ffa9e95d01baf0b3e5a4fb8dd899e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 14:28:30 +0000 Subject: [PATCH] fix: bump redis from 6.1.0 to 6.2.0 Bumps [redis](https://github.com/redis/redis-py) from 6.1.0 to 6.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/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 221e7e8..7ff1cef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple pika==1.3.2 -redis==6.1.0 +redis==6.2.0 simplejson==3.20.1 flask==3.1.1 pyyaml==6.0.2