From c8a03e89919e2a2bcb103e375d0e43a745d00529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 22:04:37 +0000 Subject: [PATCH] Update pytest requirement from ==6.1.* to >=6.1,<6.3 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/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.0...6.2.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f146a7b..fbec320 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def read(*parts): 'codecov==2.1.*', 'coverage>=5.3,<5.6', 'pytest-cov==2.10.*', - 'pytest==6.1.*', + 'pytest>=6.1,<6.3', 'pycodestyle==2.6.*' ]