summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-28 05:13:00 +0000
committerGitHub <noreply@github.com>2020-09-28 05:13:00 +0000
commiteb380a91da11feb81a2b8a26c774cbd28e859d90 (patch)
treed5692090ce25802e7ce54b9ab85ddbe957d6c6df
parent05ee11a96940817e471cce3675ac1fb1810f11e8 (diff)
downloadcherrypy-git-dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0.tar.gz
Update pytest requirement from <6.1.0,>=5.3.5 to >=5.3.5,<6.2.0dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.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.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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',