From 9bf5f9ecabdd7863a663c4edabb755e4c2d3f6dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:01:05 +0000 Subject: [PATCH] fix(deps): bump redis from 5.2.0 to 5.2.1 in /requirements Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 5.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.2.0...v5.2.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 44aea23..516fb67 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -10,7 +10,7 @@ bcrypt==4.2.0 cryptography==43.0.3 email-validator==2.2.0 fastapi_pagination==0.12.32 -redis==5.2.0 +redis==5.2.1 psycopg2==2.9.10 sentry-sdk==2.18.0 fastapi-sso==0.17.0