From 82b46f088ffc0ee598377d16d6b9a2b2a30924f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 14:52:59 +0000 Subject: [PATCH] Update pytest requirement from <8.0,>=7.0 to >=7.0,<10.0 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/7.0.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8bf882e..8ded07b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=7.0,<8.0", + "pytest>=7.0,<10.0", "pytest-cov>=4.0,<5.0", "black>=23.0,<24.0", "ruff>=0.1,<1.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 2a17356..c5f6e36 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ -r requirements.txt # Testing -pytest>=7.0,<8.0 +pytest>=7.0,<10.0 pytest-cov>=4.0,<5.0 # Code formatting