From 7d45277f4eb157bee4f03f16f88f081baf084baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:33:48 +0000 Subject: [PATCH] Update pytest requirement from <8.1,>=6.1 to >=6.1,<8.2 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...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67a0e9e..b2ea91e 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def read(*parts): 'pytest-cov>=2.10,<4.2', 'pytest-env==0.6,<1.2', 'pytest-mock>=3.11,<3.13', - 'pytest>=6.1,<8.1', + 'pytest>=6.1,<8.2', 'pycodestyle>=2.6,<2.12' ]