From f580e5a987ea25a4e01fe7678b5b84180680278d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 23:02:36 +0000 Subject: [PATCH] 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2e4f28..01e235e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ MarkupSafe==2.1.2 pydantic==1.10.7 python-dotenv==1.0.0 PyYAML==6.0 -redis==4.5.4 +redis==4.6.0 sniffio==1.3.0 starlette==0.26.1 typing_extensions==4.5.0