From 6f924d5686d7630ac137bb1179970d818f69bff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:44:48 +0000 Subject: [PATCH] Bump pytest from 7.3.1 to 9.0.3 in /actions/core/commit_operations Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 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/7.3.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- actions/core/commit_operations/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/core/commit_operations/requirements-dev.txt b/actions/core/commit_operations/requirements-dev.txt index a733e62..e8c1b9f 100644 --- a/actions/core/commit_operations/requirements-dev.txt +++ b/actions/core/commit_operations/requirements-dev.txt @@ -1,3 +1,3 @@ -pytest==7.3.1 +pytest==9.0.3 pytest-cov==4.1.0 pytest-mock==3.10.0 \ No newline at end of file