From e20b632614acc83293895229227dea4f0c59e32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:04:38 +0000 Subject: [PATCH] Bump [pip]: Bump redis from 4.5.4 to 4.6.0 Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 4.6.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/v4.5.4...v4.6.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... 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..36a4e52 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -redis==4.5.4 +redis==4.6.0 black==23.3.0 fastapi==0.95.0 flake8==6.0.0 diff --git a/requirements.test.txt b/requirements.test.txt index 9e7ad17..f6d4a23 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -1,4 +1,4 @@ -redis==4.5.4 +redis==4.6.0 email-validator==1.3.1 fastapi==0.95.0 httpx==0.24.0