Update pytest-mock requirement from ==2.0.* to >=2.0,<3.7 in /src (#2302)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-09 19:20:47 +01:00
committed by GitHub
parent b229c6156a
commit 3887a65961

View File

@@ -245,7 +245,7 @@ setup(
'pytest-cache',
'pytest-cov',
'pytest-django==4.*',
'pytest-mock==2.0.*',
'pytest-mock>=2.0,<3.7',
'pytest-rerunfailures==9.*',
'pytest-sugar',
'pytest-xdist==1.31.*',