From cf484eb54624ff3a6660a05488257589be9857f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:01:00 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 7.1.2 to 9.0.3 in /python Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.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/7.1.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements_dev.txt b/python/requirements_dev.txt index 1e414f8b..9a0573f0 100644 --- a/python/requirements_dev.txt +++ b/python/requirements_dev.txt @@ -1,5 +1,5 @@ flake8==5.0.4 tox==3.25.1 -pytest==7.1.2 +pytest==9.0.3 pytest-cov==3.0.0 mypy===0.971 \ No newline at end of file