From 864d156f69f186558bea521955c4be513ce2ad1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:54:53 +0000 Subject: [PATCH] Bump pytest from 6.2.3 to 9.0.3 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 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.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 17ebb26..d21d2e2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,8 +4,6 @@ # # pip-compile --output-file=requirements.txt requirements.in # -attrs==20.3.0 - # via pytest colorama==0.4.4 # via radon coverage==5.5 @@ -14,28 +12,22 @@ faker==8.1.2 # via -r requirements.in future==0.18.2 # via radon -importlib-metadata==4.0.1 - # via - # pluggy - # pytest iniconfig==1.1.1 # via pytest mando==0.6.4 # via radon -packaging==20.9 +packaging==26.0 # via pytest -pluggy==0.13.1 +pluggy==1.6.0 # via pytest -py==1.10.0 +pygments==2.20.0 # via pytest -pyparsing==2.4.7 - # via packaging -pytest-cov==2.11.1 - # via -r requirements.in -pytest==6.2.3 +pytest==9.0.3 # via # -r requirements.in # pytest-cov +pytest-cov==2.11.1 + # via -r requirements.in python-dateutil==2.8.1 # via faker radon==4.5.0 @@ -46,9 +38,3 @@ six==1.15.0 # python-dateutil text-unidecode==1.3 # via faker -toml==0.10.2 - # via pytest -typing-extensions==3.10.0.0 - # via importlib-metadata -zipp==3.4.1 - # via importlib-metadata