From b52b843a6d9489e65d12180a40d1dc4ae79f8ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 00:02:48 +0000 Subject: [PATCH] build(deps): bump redis from 4.0.0 to 4.0.2 Bumps [redis](https://github.com/redis/redis-py) from 4.0.0 to 4.0.2. - [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.0.0...v4.0.2) --- 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 45fe83321..8defbc240 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ python-dateutil==2.8.2 python3-saml==1.12.0 pyuca==1.2 raven -redis==4.0.0 +redis==4.0.2 responses>=0.10.1,<0.17.0 rollbar ruamel.yaml==0.17.17