From 2bd5359360013d5b91e4569740ede1e529cdce2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:53:00 +0000 Subject: [PATCH 1/2] build(deps): update pytest requirement from <9,>=8.4.2 to >=9.1.1,<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.4.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 85797de..89b6615 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,5 +1,5 @@ # pip install -r requirements/testing.txt -pytest>=8.4.2,<9 +pytest>=9.1.1,<10 pytest-cov>=7.1.0,<8 Flask>=3.1.3,<4 gevent>=26.5.0,<27 From d4413432945cc53a0940824d6ccdb37be43864cc Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Mon, 29 Jun 2026 10:59:44 -0400 Subject: [PATCH 2/2] Update testing.txt --- requirements/testing.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 89b6615..baf4857 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,5 +1,6 @@ # pip install -r requirements/testing.txt -pytest>=9.1.1,<10 +pytest>=8,<9; python_version == "3.9" +pytest>=9.1.1,<10; python_version >= "3.10" pytest-cov>=7.1.0,<8 Flask>=3.1.3,<4 gevent>=26.5.0,<27