Skip to content

Commit 8719999

Browse files
Update hiredis requirement from ^2.2.3 to >=2.2.3,<4.0.0
Updates the requirements on [hiredis](https://github.com/redis/hiredis-py) to permit the latest version. - [Release notes](https://github.com/redis/hiredis-py/releases) - [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md) - [Commits](redis/hiredis-py@v2.2.3...v3.0.0) --- updated-dependencies: - dependency-name: hiredis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b20e887 commit 8719999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ click = "^8.0.1"
4242
types-redis = ">=3.5.9,<5.0.0"
4343
python-ulid = "^1.0.3"
4444
typing-extensions = "^4.4.0"
45-
hiredis = "^2.2.3"
45+
hiredis = ">=2.2.3,<4.0.0"
4646
more-itertools = ">=8.14,<11.0"
4747
setuptools = {version = "^69.2.0", markers = "python_version >= '3.12'"}
4848

0 commit comments

Comments
 (0)