From d5443ba9284a7fe93b02fd77a84d92a8acc9de8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 08:29:20 +0000 Subject: [PATCH] Bump pytest from 7.4.3 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.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/7.4.3...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3035131..75b919c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -40,13 +40,15 @@ platformdirs==4.1.0 # via # black # pylint -pluggy==1.3.0 +pluggy==1.6.0 + # via pytest +pygments==2.20.0 # via pytest pylint==3.0.2 # via -r requirements-dev.in pyproject-hooks==1.0.0 # via build -pytest==7.4.3 +pytest==9.0.3 # via # -r requirements-dev.in # pytest-cov