From 81685400de1b8ec87306cb908c37da12efbba279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:58:48 +0000 Subject: [PATCH] deps(python): bump the testing group across 1 directory 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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 86e6b19..ff16679 --- a/requirements.txt +++ b/requirements.txt @@ -22,9 +22,9 @@ fastmcp>=2.0.0,<4.0.0 pycspr>=1.0.0,<2.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