From 2bedb96adfcbd4b3391cc0a86b938e28c93a0209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:06:44 +0000 Subject: [PATCH] Bump pytest from 4.3.1 to 9.0.3 in /ci Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.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/4.3.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/requirements-tests.txt | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/ci/requirements-tests.txt b/ci/requirements-tests.txt index b7e1f6b4..aa2d9245 100644 --- a/ci/requirements-tests.txt +++ b/ci/requirements-tests.txt @@ -6,25 +6,25 @@ # apipkg==1.5 # via execnet -atomicwrites==1.3.0 - # via pytest -attrs==19.1.0 - # via pytest coverage==4.5.3 # via pytest-cov execnet==1.5.0 # via pytest-cache +iniconfig==2.3.0 + # via pytest mccabe==0.6.1 # via pytest-mccabe -more-itertools==5.0.0 +packaging==26.0 # via pytest pep8==1.7.1 # via pytest-pep8 -pluggy==0.9.0 +pluggy==1.6.0 # via pytest pyflakes==2.1.1 # via pytest-flakes -pytest==4.3.1 +pygments==2.20.0 + # via pytest +pytest==9.0.3 # via # -r requirements-tests.in # pytest-cache @@ -46,7 +46,3 @@ pytest-pep8==1.0.6 # via -r requirements-tests.in pytest-runner==4.4 # via -r requirements-tests.in -six==1.12.0 - # via - # more-itertools - # pytest