From 42b3ad4b3d910977e42bf7d124911778b0a1d950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:03:42 +0000 Subject: [PATCH] Bump pytest from 9.1.0 to 9.1.1 in the minor-actions-dependencies group Bumps the minor-actions-dependencies group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 9.1.0 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/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-actions-dependencies ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 6dd3713..539f4c6 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -6,5 +6,5 @@ flake8-docstrings==1.7.0 flake8-import-order==0.19.2 reorder-python-imports==3.16.0 # tests -pytest==9.1.0 +pytest==9.1.1 requests-mock==1.12.1