From 616438ecc553b712fc2777c68bba1e7748271555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:14:30 +0000 Subject: [PATCH] deps(python): 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.1.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.2.0...9.1.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v1.4.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: testing - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production dependency-group: testing - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: testing ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 588bc82..f054253 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,9 +21,9 @@ fastmcp>=0.1.0 pycspr>=1.0.0 # Testing -pytest>=8.2.0 -pytest-asyncio>=0.23.0 -pytest-cov>=5.0.0 +pytest>=9.1.1 +pytest-asyncio>=1.4.0 +pytest-cov>=7.1.0 # Dev tools ruff>=0.4.0