From b5b626aab1b963e09da76c1774c30271ea2167a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:25:17 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 7.2.0 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 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.2.0...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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2fd9f88..309962e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,7 +15,6 @@ attrs==23.1.0 # via # -r requirements.txt # cattrs - # pytest # requests-cache # service-identity # twisted @@ -208,7 +207,7 @@ platformdirs==3.10.0 # via # -r requirements.txt # requests-cache -pluggy==1.0.0 +pluggy==1.6.0 # via pytest prompt-toolkit==3.0.39 # via @@ -233,11 +232,13 @@ pycparser==2.21 # via # -r requirements.txt # cffi +pygments==2.20.0 + # via pytest pyopenssl==26.0.0 # via # -r requirements.txt # twisted -pytest==7.2.0 +pytest==9.0.3 # via # -r requirements_dev.in # pytest-asyncio