From 7758bea85066b5c920c5c9563f3f14e904fbbb54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:47:45 +0000 Subject: [PATCH] chore: bump redis from 5.0.1 to 7.3.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.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/v5.0.1...v7.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- roadcoin/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadcoin/requirements.txt b/roadcoin/requirements.txt index 76c79bd..c7092fe 100644 --- a/roadcoin/requirements.txt +++ b/roadcoin/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.109.0 uvicorn[standard]==0.27.0 pydantic==2.5.3 -redis==5.0.1 +redis==7.3.0 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 sqlalchemy==2.0.25