From 16faadf2f0257e0c8395ee8ede80acdb3ebf6b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:52:58 +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 6b48b4c..9019226 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -7,6 +7,6 @@ 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 pytest-localserver==0.10.0 requests-mock==1.12.1