From b81641c40ffbcdb0e42620873b982ba0deadaef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:29:13 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 6.4.0 Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 6.4.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/3.5.3...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev_optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 1a6efc470f..56b58d4fc2 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -7,7 +7,7 @@ ipytree==0.2.1 # don't let pyup change pinning for azure-storage-blob, need to pin to older # version to get compatibility with azure storage emulator on appveyor (FIXME) azure-storage-blob==2.0.1 # pyup: ignore -redis==3.5.3 +redis==6.4.0 pymongo==3.11.4 # optional test requirements tox==3.14.0