Skip to content

Commit

Permalink
Update hiredis requirement from ^2.2.3 to >=2.2.3,<4.0.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent e0d62fb commit 1606f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ click = "^8.0.1"
types-redis = ">=3.5.9,<5.0.0"
python-ulid = "^1.0.3"
typing-extensions = "^4.4.0"
hiredis = "^2.2.3"
hiredis = ">=2.2.3,<4.0.0"
more-itertools = ">=8.14,<11.0"
setuptools = {version = ">=69.2,<73.0", markers = "python_version >= '3.12'"}

Expand Down

0 comments on commit 1606f8d

Please sign in to comment.