From accc9389b28ba4dfa602a4ee38f6079f0d07ba11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:13:52 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 9.0.3 in /cfg Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 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/6.2.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cfg/ci_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/ci_requirements.txt b/cfg/ci_requirements.txt index 7bcaf72..6549414 100644 --- a/cfg/ci_requirements.txt +++ b/cfg/ci_requirements.txt @@ -4,7 +4,7 @@ flake8-quotes==3.3.1 mypy==1.5.1 pyfakefs==4.5.6 pycodestyle==2.8.0 -pytest==6.2.5 +pytest==9.0.3 pytest-cov==3.0.0 pytest-mock==1.10.4 pytest-profiling==1.7.0