From 071c16b952bee8a273fee673f6978052982bc716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:14:56 +0000 Subject: [PATCH 1/3] :arrow_up: Update pytest requirement from <9,>=8 to >=8,<10 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/8.0.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e65c5fa..c4cb2d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ testing = [ "beautifulsoup4", "coverage[toml]", "defusedxml", # required by sphinx 7.3 testing utils - "pytest>=8,<9", + "pytest>=8,<10", "pytest-cov", "pytest-regressions", "pytest-param-files~=0.6.0", @@ -78,7 +78,7 @@ testing = [ ] testing-docutils = [ "pygments", - "pytest>=8,<9", + "pytest>=8,<10", "pytest-param-files~=0.6.0", ] From 7e7c5a25716c5ebd614e6145bf36acdcc1d2a2d2 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 1 Dec 2025 19:59:12 +0100 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4cb2d90..6d06b41b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ testing = [ ] testing-docutils = [ "pygments", - "pytest>=8,<10", + "pytest>=9,<10", "pytest-param-files~=0.6.0", ] From 5671d7c9dddb63fd92a889de8b2735282dba1d59 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 1 Dec 2025 19:59:21 +0100 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d06b41b..5607d07b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ testing = [ "beautifulsoup4", "coverage[toml]", "defusedxml", # required by sphinx 7.3 testing utils - "pytest>=8,<10", + "pytest>=9,<10", "pytest-cov", "pytest-regressions", "pytest-param-files~=0.6.0",