Skip to content

Commit be15bef

Browse files
chore(deps-dev): update redis requirement from <6.0.0,>=5.0.0 to >=5.0.0,<8.0.0
Dependabot couldn't find the original pull request head commit, 41f23f4.
1 parent cb913e2 commit be15bef

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
@@ -109,7 +109,7 @@ evaluation = [
109109

110110
# 분산 처리 (Redis + Kafka)
111111
distributed = [
112-
"redis>=5.0.0,<6.0.0", # Redis 클라이언트
112+
"redis>=5.0.0,<8.0.0", # Redis 클라이언트
113113
"kafka-python>=2.0.0,<3.0.0", # Kafka 클라이언트
114114
"hiredis>=2.0.0,<3.0.0", # Redis 성능 향상 (C 확장, 선택적)
115115
]

0 commit comments

Comments
 (0)