From 92a9bb5ab6f9f2ca33f5cd3d219d3b7db1de7479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:42:08 +0000 Subject: [PATCH] Update pytest requirement from ^8.0.2 to >=8.0.2,<10.0.0 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.2...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 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 4d2c7b1b..11718ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pydantic-extra-types = "^2.10.5" [tool.poetry.group.dev.dependencies] mypy = {version = "^1.9.0", markers = "platform_python_implementation == 'CPython'"} -pytest = "^8.0.2" +pytest = ">=8.0.2,<10.0.0" ipdb = "^0.13.9" black = ">=24.2,<26.0" isort = ">=5.9.3,<8.0.0"