Skip to content

Commit 5bf0fd9

Browse files
Update redis requirement from <7.2,>=4.3.0 to >=4.3.0,<7.4
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](redis/redis-py@v4.3.0...v7.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6054f46 commit 5bf0fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = [
5959
"pyparsing>=3.1.0,<3.4", # Looks like only bugfixes in z-Stream.
6060
"python-gnupg>=0.5.0,<0.6", # Looks like only bugfixes in z-Stream [changelog only in git]
6161
"PyYAML>=5.1.1,<6.1", # Looks like only bugfixes in z-Stream.
62-
"redis>=4.3.0,<7.2", # Looks like only bugfixes in z-Stream.
62+
"redis>=4.3.0,<7.4", # Looks like only bugfixes in z-Stream.
6363
"tablib>=3.5.0,<4.0, !=3.6", # 3.6.0 breaks with import export. Not sure about semver.
6464
"url-normalize>=1.4.3,<2.3", # SemVer. https://github.com/niksite/url-normalize/blob/master/CHANGELOG.md#changelog
6565
"uuid6>=2023.5.2,<=2025.0.1",

0 commit comments

Comments
 (0)