From 23c5d21471994ad27503d25cc80517431029e65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 00:05:35 +0000 Subject: [PATCH] Bump [pip]: Bump redis from 4.5.4 to 4.5.5 Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 4.5.5. - [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/v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- requirements.test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index cfbe2b1..78eafc8 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -redis==4.5.4 +redis==4.5.5 black==23.3.0 fastapi==0.95.0 flake8==6.0.0 diff --git a/requirements.test.txt b/requirements.test.txt index 9e7ad17..59220d2 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -1,4 +1,4 @@ -redis==4.5.4 +redis==4.5.5 email-validator==1.3.1 fastapi==0.95.0 httpx==0.24.0