From a7763b2c4846c30c5411e9d44eea6c0a7da360c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:04:42 +0000 Subject: [PATCH] Bump pytest from 4.4 to 9.0.3 in /ci_tools Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4 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/4.4.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci_tools/requirements-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_tools/requirements-pip.txt b/ci_tools/requirements-pip.txt index 9717810..cb04784 100644 --- a/ci_tools/requirements-pip.txt +++ b/ci_tools/requirements-pip.txt @@ -6,7 +6,7 @@ pytest-runner valid8 # --- to run the tests -pytest==4.4 # for ignore-glob and doctest skip +pytest==9.0.3 # for ignore-glob and doctest skip pytest-logging # ==2015.11.4 # --- to generate the reports (see scripts in ci_tools, called by .travis)