From d896e27d596091c3887382cc7b353935338b83d6 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Mon, 1 Dec 2025 12:26:04 +0800 Subject: [PATCH] Upgrade pytest to 9.0.1 --- pyproject.toml | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f87614..0693668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ test = [ "flexmock>=0.10.6", "responses>=0.9.0", - "pytest<=8.4.1", + "pytest<=9.0.1", "pytest-cov", "pytest-html", "requests-mock", diff --git a/tests/requirements.txt b/tests/requirements.txt index 477e546..b0e35b7 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ flexmock>=0.10.6 responses>=0.9.0 -pytest<=8.4.1 +pytest<=9.0.1 pytest-cov pytest-html requests-mock