From 0673c4086b6ec26e3b257c9d667774cce1ed7a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 22:40:42 +0000 Subject: [PATCH] Update pytest requirement from <4.0.0,>=3.2.0 to >=3.2.0,<9.0.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/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/3.2.0...8.0.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 54cb41d..2c780d1 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "test": [ "flake8>=3.4.0,<4.0.0", "mypy>=0.521,<1.0", - "pytest>=3.2.0,<4.0.0", + "pytest>=3.2.0,<9.0.0", "tox>=2.5.0,<3.0.0", ], },