From 4fbc2c8667659a39195072c51250552afdf085f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:14:23 +0000 Subject: [PATCH] build(deps): bump pytest in /cac in the python-dependencies group Bumps the python-dependencies group in /cac with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 9.0.3 to 9.1.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/9.0.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- cac/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cac/requirements.txt b/cac/requirements.txt index 6c5b460..0c7086b 100644 --- a/cac/requirements.txt +++ b/cac/requirements.txt @@ -1,4 +1,4 @@ -pytest==9.0.3 +pytest==9.1.0 pytest-cov==7.1.0 pyyaml==6.0.3 requests==2.34.2