From 42fb96d27c10265bf3ac148e0039875917e26329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:36:18 +0000 Subject: [PATCH] Bump pytest from 9.0.3 to 9.1.0 in the python-deps group Bumps the python-deps group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `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:development update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 4a81673..d5562ab 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,2 +1,2 @@ -pytest>=8.0 +pytest>=9.1.0 pytest-cov>=6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 01eb82c..9fd14e4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ pluggy==1.6.0 # pytest-cov pygments==2.20.0 # via pytest -pytest==9.0.3 +pytest==9.1.0 # via # -r requirements-dev.in # pytest-cov