From c88d3ba48492c7721ad4603b2cfc435228f1aefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:25:18 +0000 Subject: [PATCH] Bump redis from 5.0.2 to 5.0.3 in /auth/libraries/pip-auth Bumps [redis](https://github.com/redis/redis-py) from 5.0.2 to 5.0.3. - [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.2...v5.0.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auth/libraries/pip-auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/libraries/pip-auth/requirements.txt b/auth/libraries/pip-auth/requirements.txt index c190025b..bceb41db 100644 --- a/auth/libraries/pip-auth/requirements.txt +++ b/auth/libraries/pip-auth/requirements.txt @@ -1,6 +1,6 @@ argon2-cffi==23.1.0 ordered-set==4.1.0 pyjwt==2.8.0 -redis==5.0.2 +redis==5.0.3 requests==2.31.0 simplejson==3.19.2