From a56dcbe22fea529e261a75acc7a1d310cb0bb0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:09:25 +0000 Subject: [PATCH] Bump redis from 4.5.5 to 4.6.0 Bumps [redis](https://github.com/redis/redis-py) from 4.5.5 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.5...v4.6.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8711236..55c597d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "pycron==3.0.0", ], extras_require={ - "lock-redis": ["redis==4.5.5"], + "lock-redis": ["redis==4.6.0"], "metrics-elasticsearch": ["elastic-apm==6.15.1"], }, setup_requires=["black==23.3.0"],