From 1bb2c0bfde2b7fe089100fcdc06c9ae4f00c2f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:55:16 +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 d4f8938..21580a4 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "pytest-mock==3.*", "pytest-ruff==0.*", "pytest-watch==4.*", - "pytest==8.*", + "pytest>=8,<10", "ruff==0.*", ], },