From ac75b0f8bfea329ab437f9e53c88da3ec38adbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:23:31 +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 216fc3c..385a73a 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.0.2 +pytest==9.0.3 requests-mock==1.12.1