Update sentry-sdk requirement from ==1.1.* to >=1.1,<1.5 in /src (#2292)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-09 09:47:55 +01:00
committed by GitHub
parent e185d5f0e7
commit 909e7906ff

View File

@@ -217,7 +217,7 @@ setup(
'redis==3.4.*',
'reportlab>=3.5.65',
'requests==2.25.*',
'sentry-sdk==1.1.*',
'sentry-sdk>=1.1,<1.5',
'sepaxml==2.4.*,>=2.4.1',
'slimit',
'static3==0.7.*',