From 88e103c4081c5299268f8c669e522ee7adb6cff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:36:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20pytest=20requirement=20fro?= =?UTF-8?q?m=20<9.0.0,>=3D8.0.0=20to=20>=3D8.0.0,<10.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0027e2e..98eee29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ git-rb = "git_rb.main:main" [project.optional-dependencies] dev = [ - "pytest>=8.0.0,<9.0.0", + "pytest>=8.0.0,<10.0.0", "pre-commit>=4.0.0", "ipython>=8.18.1", "ipdb>=0.13.9,<0.14.0",