From 1ff3f548cfddea9f6e54168254299d0d677f2ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:06:21 +0000 Subject: [PATCH] Update redis requirement from <7.2,>=4.3.0 to >=4.3.0,<7.3 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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.3.0...v7.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83f540e422..8eb4fbfeed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "pyparsing>=3.1.0,<3.4", # Looks like only bugfixes in z-Stream. "python-gnupg>=0.5.0,<0.6", # Looks like only bugfixes in z-Stream [changelog only in git] "PyYAML>=5.1.1,<6.1", # Looks like only bugfixes in z-Stream. - "redis>=4.3.0,<7.2", # Looks like only bugfixes in z-Stream. + "redis>=4.3.0,<7.4", # Looks like only bugfixes in z-Stream. "tablib>=3.5.0,<4.0, !=3.6", # 3.6.0 breaks with import export. Not sure about semver. "url-normalize>=1.4.3,<2.3", # SemVer. https://github.com/niksite/url-normalize/blob/master/CHANGELOG.md#changelog "uuid6>=2023.5.2,<=2025.0.1",