Skip to content

Commit 1db2484

Browse files
authored
[Security] Fix the redis security issue CVE-2023-28858 and CVE-2023-28859 (#136)
[Security] Fix the redis security issue CVE-2023-28858 and CVE-2023-28859
1 parent c7411ff commit 1db2484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from setuptools import setup
22

33
dependencies = [
4-
'redis==3.5.3',
4+
'redis==4.5.4;python_version >= "3.0"',
5+
'redis>=3.5.3;python_version < "3.0"',
56
'redis-dump-load',
67
]
78

0 commit comments

Comments
 (0)