From e01f36c59695ca15a38382a06f865fb2f940f268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:03:50 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 9.0.3. - [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.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e0fcba83..600459f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ typing-extensions = "^4.10.0" [tool.poetry.group.dev.dependencies] black = "24.4.0" -pytest = "^8.0.2" +pytest = ">=8.0.2,<10.0.0" pytest-cov = "^4.1.0" pre-commit = "^3.6.2" flake8 = "7.0.0"