From 6c361942fda57f5ec2e489661d917ce8d142c5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:42:05 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump pytest from 8.4.1 to 9.0.2 in /requirements Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.2. - [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.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index f34621efc2c..0f6e081a53a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -30,7 +30,7 @@ types-urllib3==1.26.25.14 # Test requirements -pytest==8.4.1 +pytest==9.0.2 parameterized==0.9.0 pytest-xdist==3.8.0 From f99072c01f1a3ff89bd76e5ac284b56781dbf634 Mon Sep 17 00:00:00 2001 From: Roger Zhang Date: Wed, 25 Feb 2026 09:57:00 -0800 Subject: [PATCH 2/2] chore(deps-dev): bump pytest from 8.4.1 to 9.0.2 for Python >=3.10 Keep pytest==8.4.1 for Python 3.9 since pytest 9.x requires Python >=3.10. --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0f6e081a53a..1e0a2685d0c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -30,7 +30,8 @@ types-urllib3==1.26.25.14 # Test requirements -pytest==9.0.2 +pytest==9.0.2; python_version>="3.10" +pytest==8.4.1; python_version<"3.10" parameterized==0.9.0 pytest-xdist==3.8.0