Skip to content

Commit e90d89d

Browse files
Bump redis from 2.10.6 to 3.4.1
Bumps [redis](https://github.com/andymccurdy/redis-py) from 2.10.6 to 3.4.1. - [Release notes](https://github.com/andymccurdy/redis-py/releases) - [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@2.10.6...3.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0d1db95 commit e90d89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_version():
2323
zip_safe=False,
2424
platforms='any',
2525
python_requires='>=3.6',
26-
install_requires=['redis >=2.10.0, <3.0.0',
26+
install_requires=['redis >=2.10.0, <4.0.0',
2727
'click',
2828
'croniter >=0.3.23',
2929
'pytz'],

0 commit comments

Comments
 (0)