From 32b66566d2bed8f17877e2c958d23d00e3401b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 23:04:45 +0000 Subject: [PATCH] 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2e4f28..4b92778 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.5.5 sniffio==1.3.0 starlette==0.26.1 typing_extensions==4.5.0