From 1054356094a36aa0d3ab9f351894bca758373401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 07:19:40 +0000 Subject: [PATCH] ci: update pytest requirement in the dev-dependencies group Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.0.0 - [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 dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b542c7481..1b2fe1e46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev = [ "moto>=5.1.0,<6.0.0", "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.4.0", - "pytest>=8.0.0,<9.0.0", + "pytest>=8.0.0,<10.0.0", "pytest-cov>=7.0.0,<8.0.0", "pytest-asyncio>=1.0.0,<1.3.0", "pytest-xdist>=3.0.0,<4.0.0", @@ -130,7 +130,7 @@ installer = "uv" features = ["all"] extra-args = ["-n", "auto", "-vv"] dependencies = [ - "pytest>=8.0.0,<9.0.0", + "pytest>=8.0.0,<10.0.0", "pytest-cov>=7.0.0,<8.0.0", "pytest-asyncio>=1.0.0,<1.3.0", "pytest-xdist>=3.0.0,<4.0.0",