From b3a68fcbe29cc436af37d8d1850018f0b8578bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:54:26 +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 4da7011..1eef53b 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "pytest-instafail==0.5.*", "pytest-mock==3.*", "pytest-watch==4.*", - "pytest==8.*", + "pytest>=8,<10", "ruff==0.*", ], },