From c76179fba87e231e3186d599cc414249e0927849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:22:21 +0000 Subject: [PATCH] chore(deps-dev): bump the testing group with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest` to 9.0.1 - [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.1) Updates `pytest-asyncio` to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v1.3.0) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development dependency-group: testing - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development dependency-group: testing - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development dependency-group: testing ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 544797a..b1e42b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,9 +59,9 @@ dependencies = [ [project.optional-dependencies] dev = [ # Testing - "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.23.0,<1.0.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest>=8.0.0,<10.0.0", + "pytest-asyncio>=0.23.0,<2.0.0", + "pytest-cov>=4.1.0,<8.0.0", "pytest-timeout>=2.2.0,<3.0.0", "pytest-xdist>=3.5.0,<4.0.0", # Parallel test execution "httpx>=0.27.0,<1.0.0", # For REST API testing