From f3dcdf64d5afa81de072a1a206f936c14c03c7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 10:44:32 +0000 Subject: [PATCH] Bump pytest from 8.1.1 to 9.0.3 in /tools/ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.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/8.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/ci/requirements-ci.lock.txt | 2 +- tools/ci/requirements-ci.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci/requirements-ci.lock.txt b/tools/ci/requirements-ci.lock.txt index 9b1d434..e543b53 100644 --- a/tools/ci/requirements-ci.lock.txt +++ b/tools/ci/requirements-ci.lock.txt @@ -3,6 +3,6 @@ black==24.10.0 flake8==7.1.1 isort==5.13.2 pre-commit==4.5.0 -pytest==8.1.1 +pytest==9.0.3 ruff==0.15.13 twine==6.2.0 diff --git a/tools/ci/requirements-ci.txt b/tools/ci/requirements-ci.txt index c819f50..85e0ded 100644 --- a/tools/ci/requirements-ci.txt +++ b/tools/ci/requirements-ci.txt @@ -3,6 +3,6 @@ black>=24,<25 flake8>=7,<8 isort>=5,<6 pre-commit>=4,<5 -pytest>=8,<9 +pytest>=9.0.3,<10 ruff>=0.15,<0.16 twine>=6,<7