mirror of
https://github.com/pretix/pretix.git
synced 2026-08-16 11:46:27 +00:00
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:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
f68522ec0d
commit
ad95815043
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user