From aaf5be7daba0ddd125d814d8b8654c34d2b56ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:48:17 +0000 Subject: [PATCH] chore: bump redis from 5.0.1 to 7.2.1 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.1 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..7125964 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.2.1 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 sqlalchemy==2.0.25