From 3e55d1688705e88d4440268d830e320eda2ba034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:56:15 +0000 Subject: [PATCH] deps(dev): update pytest requirement from ==8.* to >=8,<10 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/8.0.0.dev0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 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 eac1420..b4a25e6 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ "pytest-instafail==0.5.*", "pytest-mock==3.*", "pytest-watch==4.*", - "pytest==8.*", + "pytest>=8,<10", "ruff==0.*", ], },