Update pytest-rerunfailures requirement from ==9.* to >=9,<11 in /src (#2303)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
dependabot[bot]
2021-11-09 19:22:43 +01:00
committed by GitHub
parent 8085311eb6
commit 3164919923

View File

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