From 1606f8d19a6eaca420b1c75d0f0dc79a7a6abd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:19:00 +0000 Subject: [PATCH] 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](https://github.com/redis/hiredis-py/compare/v2.2.3...v3.0.0) --- updated-dependencies: - dependency-name: hiredis 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 2e1a54d2..c9ec7594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'"}