From a7665939b669607b71678e93759773682a7986f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:36:44 +0000 Subject: [PATCH] Bump pytest from 9.0.2 to 9.0.3 in /test Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index fb7c961..fce02de 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -17,7 +17,7 @@ markdown-it-py==4.0.0 mdurl==0.1.2 # via markdown-it-py mock==5.2.0 - # via -r test/requirements.in + # via -r requirements.in packaging==26.0 # via pytest pluggy==1.6.0 @@ -30,19 +30,19 @@ pygments==2.19.2 # via # pytest # rich -pytest==9.0.2 +pytest==9.0.3 # via - # -r test/requirements.in + # -r requirements.in # pytest-datarecorder # pytest-testdirectory pytest-datarecorder==2.0.0 - # via -r test/requirements.in + # via -r requirements.in pytest-testdirectory==5.0.0 - # via -r test/requirements.in + # via -r requirements.in rich==14.3.2 # via typer rstcheck==6.2.5 - # via -r test/requirements.in + # via -r requirements.in rstcheck-core==1.2.2 # via rstcheck shellingham==1.5.4 @@ -57,6 +57,3 @@ typing-extensions==4.15.0 # typing-inspection typing-inspection==0.4.2 # via pydantic - -# The following packages are considered to be unsafe in a requirements file: -# setuptools