From b87146f291d8540f6f9304df30c15920fac443e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:02:56 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement 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.4...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 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 eaa02ac..e66cf97 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ], extras_require={ "dev": [ - "pytest>=7.4.4,<8.5.0", + "pytest>=7.4.4,<9.1.0", "pytest-cov>=4.1,<7.1", "requests-mock~=1.11.0", "setuptools>=69.0.3",