From 4fa89f360c0993e5cd2b825476d7b059aee88a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:08:32 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 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.0.2 to 9.0.3 - [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.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 c669ecc..2606bc9 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.0.2 +pytest==9.0.3 pytest-localserver==0.10.0 requests-mock==1.12.1