From 7268fa43b28f9e39d7370f037c6730021aa83b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:03:22 +0000 Subject: [PATCH] Bump pytest from 9.0.3 to 9.1.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.3 to 9.1.0. - [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.3...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 4 +--- requirements/tests.txt | 6 +----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 9104d7e..b28af1f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -36,7 +36,7 @@ pre-commit==4.6.0 # via -r requirements/dev.in pygments==2.19.2 # via pytest -pytest==9.0.3 +pytest==9.1.0 # via # -r requirements/tests.in # pytest-cov @@ -44,8 +44,6 @@ pytest-cov==7.1.0 # via -r requirements/tests.in pyyaml==6.0.3 # via pre-commit -requests==2.32.5 - # via requests-mock requests-mock==1.12.1 # via -r requirements/tests.in urllib3==2.6.1 diff --git a/requirements/tests.txt b/requirements/tests.txt index f4b7272..4e3bf4d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -14,22 +14,18 @@ idna==3.11 # via requests iniconfig==2.3.0 # via pytest -packaging==26.0 - # via pytest pluggy==1.6.0 # via # pytest # pytest-cov pygments==2.19.2 # via pytest -pytest==9.0.3 +pytest==9.1.0 # via # -r requirements/tests.in # pytest-cov pytest-cov==7.1.0 # via -r requirements/tests.in -requests==2.32.5 - # via requests-mock requests-mock==1.12.1 # via -r requirements/tests.in urllib3==2.6.1