Skip to content

Commit 39bdfa6

Browse files
chore(deps-dev): update hiredis requirement from <3.0.0,>=2.0.0 to >=2.0.0,<4.0.0
Dependabot couldn't find the original pull request head commit, c5eaca9.
1 parent cb913e2 commit 39bdfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ evaluation = [
111111
distributed = [
112112
"redis>=5.0.0,<6.0.0", # Redis 클라이언트
113113
"kafka-python>=2.0.0,<3.0.0", # Kafka 클라이언트
114-
"hiredis>=2.0.0,<3.0.0", # Redis 성능 향상 (C 확장, 선택적)
114+
"hiredis>=2.0.0,<4.0.0", # Redis 성능 향상 (C 확장, 선택적)
115115
]
116116

117117
# Advanced features (v1.0.0+)

0 commit comments

Comments
 (0)