From ef3831af4429aeb9ce170c34945c01525013a754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 07:25:06 +0000 Subject: [PATCH] chore(deps): 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index af3a229ec..47781c77f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -15,4 +15,4 @@ python-decouple==3.8 pydantic[email]==2.11.4 apscheduler==3.11.0 -redis==6.1.0 \ No newline at end of file +redis==6.2.0 \ No newline at end of file