From 6574f914f46aecad2f2decfa0a81be0f84546d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:05:20 +0000 Subject: [PATCH] chore: bump redis from 5.0.1 to 7.1.1 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.1.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.1.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.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..678be9f 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.1.1 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 sqlalchemy==2.0.25