summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-29 05:26:50 +0000
committerGitHub <noreply@github.com>2020-07-29 05:26:50 +0000
commit9c7fe8a1ac2d340696f3caa503447ad98fc7d16b (patch)
treee0a83504fd1b216c2b81894f290b2af65dacb679
parent9c07c677a0b3315ddc24b1de7d7da1e5e89609eb (diff)
downloadcherrypy-git-9c7fe8a1ac2d340696f3caa503447ad98fc7d16b.tar.gz
Update pytest requirement from <5.4.0,>=5.3.5 to >=5.3.5,<6.1.0
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.5...6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--[-rwxr-xr-x]setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 38da222c..8db36673 100755..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,<5.4.0',
+ 'pytest>=5.3.5,<6.1.0',
'pytest-cov',
'pytest-sugar',
'backports.unittest_mock',