From b2d182d5d339333eaf9667839cadd1c6112428f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:01:07 +0000 Subject: [PATCH] Update pytest requirement from <8.1 to <9.1 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/1.0.0b3...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 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 0f859a9c..aa7fd80c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tests = [ 'pytest-asyncio', 'pytest-cov', 'pytest-mock', - 'pytest<8.1', + 'pytest<9.1', 'requests-mock', 'respx', 'types-cachetools', @@ -79,7 +79,7 @@ mypy = [ 'pytest-asyncio', 'pytest-cov', 'pytest-mock', - 'pytest<8.1', + 'pytest<9.1', 'requests-mock', 'respx', 'sphinx',