From 160712c061601d8a52ae0b2e9ebaeb5254535c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:05:02 +0000 Subject: [PATCH] chore(deps): bump redis from 6.4.0 to 7.4.0 in /apps/api Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.4.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.4.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index fde65d3..a1c6b70 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.116.1 uvicorn[standard]==0.35.0 pydantic==2.11.7 -redis==6.4.0 +redis==7.4.0 python-multipart==0.0.22 psycopg[binary]==3.2.9 reportlab==4.4.3