From cc111fdadf29da6d94f246e6e3be30e07f640697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:33:10 +0000 Subject: [PATCH 1/2] build(deps): bump pytest from 8.1.1 to 9.0.3 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 9.0.3. - [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.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 86d65cdf09..1425985968 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ black==26.3.1 -pytest==8.1.1 +pytest==9.0.3 pytest-httpserver==1.0.10 flaky==3.8.1 msgpack==1.0.8 From 2123764a9be01e21d2d980f89c868c6452eee3e5 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 11 May 2026 13:04:43 +0200 Subject: [PATCH 2/2] Bump pytest-xdist to 3.8.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 1425985968..1c4d7d5bd0 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,7 +3,7 @@ pytest==9.0.3 pytest-httpserver==1.0.10 flaky==3.8.1 msgpack==1.0.8 -pytest-xdist==3.5.0 +pytest-xdist==3.8.0 clang-format==20.1.5 pywin32==308; sys_platform == "win32" # mitmproxy requires OpenSSL to build on Windows ARM64, skip it there