summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8db36673..9c32377d 100644
--- a/setup.py
+++ b/setup.py
@@ -90,7 +90,7 @@ params = dict(
# once https://github.com/Teemu/pytest-sugar/pull/188 is
# merged, the upper bound can be removed.
# Ref: https://github.com/pytest-dev/pytest/issues/6931
- 'pytest>=5.3.5,<6.1.0',
+ 'pytest>=5.3.5,<6.2.0',
'pytest-cov',
'pytest-sugar',
'backports.unittest_mock',