Update redis requirement from ==3.4.* to >=3.4,<3.6 in /src (#2293)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-09 11:54:07 +01:00
committed by GitHub
parent f68522ec0d
commit ad95815043

View File

@@ -214,7 +214,7 @@ setup(
'python-u2flib-server==4.*',
'pytz',
'pyuca',
'redis==3.4.*',
'redis>=3.4,<3.6',
'reportlab>=3.5.65',
'requests==2.25.*',
'sentry-sdk>=1.1,<1.5',