From b903617d3ce57390a5a7d679e314dd9935859f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:58:00 +0000 Subject: [PATCH] Update pytest requirement from <8.5,>=7.4 to >=7.4,<9.1 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/7.4.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6b2949f..9f92470 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,7 +71,7 @@ dev = mypy>=1.5.1,<1.19.0 pep8-naming>=0.13.3,<0.16.0 pydocstyle~=6.3.0 - pytest>=7.4,<8.5 + pytest>=7.4,<9.1 pytest-cov>=4.1,<7.1 pytest-watch~=4.2.0 pytest-xdist>=3.3.1,<3.9.0