From 550bf6451649b07106d6e9f53272b5828fc6752d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:44:21 +0200 Subject: [PATCH] Bump redis from 5.0.0 to 5.0.1 (#648) Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.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.0.0...v5.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa237b97..84e8c7b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ git+https://github.com/python/cherry-picker.git@main#egg=cherry_picker aiohttp==3.8.5 gidgethub==5.3.0 cachetools==5.3.1 -redis==5.0.0 +redis==5.0.1 celery==5.3.4 sentry-sdk==1.30.0 click==8.1.7