From ebc2487a8d477892366e3dc305bd23157290b5c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:07:43 +0000 Subject: [PATCH] Bump pytest from 4.6.11 to 9.0.3 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.11 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.6.11...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/tests.txt | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index f87af25..1822d17 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,21 +4,13 @@ # # pip-compile tests.in # -atomicwrites==1.4.0 # via pytest -attrs==19.3.0 # via pytest -backports.functools-lru-cache==1.6.1 # via wcwidth -configparser==4.0.2 # via importlib-metadata -contextlib2==0.6.0.post1 # via importlib-metadata -funcsigs==1.0.2 # via pytest -importlib-metadata==1.7.0 # via pluggy, pytest -more-itertools==5.0.0 # via pytest -packaging==20.4 # via pytest -pathlib2==2.3.5 # via importlib-metadata, pytest -pluggy==0.13.1 # via pytest -py==1.9.0 # via pytest -pyparsing==2.4.7 # via packaging -pytest==4.6.11 # via -r tests.in -scandir==1.10.0 # via pathlib2 -six==1.15.0 # via more-itertools, packaging, pathlib2, pytest -wcwidth==0.2.5 # via pytest -zipp==1.2.0 # via importlib-metadata +iniconfig==2.3.0 + # via pytest +packaging==26.0 + # via pytest +pluggy==1.6.0 + # via pytest +pygments==2.20.0 + # via pytest +pytest==9.0.3 + # via -r tests.in