From 70aa624cbe26c91871405922c9457c681197b8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:54:12 +0000 Subject: [PATCH] build(deps): bump mitmproxy from 11.0.0 to 12.2.2 in /tests Bumps [mitmproxy](https://github.com/mitmproxy/mitmproxy) from 11.0.0 to 12.2.2. - [Release notes](https://github.com/mitmproxy/mitmproxy/releases) - [Changelog](https://github.com/mitmproxy/mitmproxy/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/mitmproxy/compare/v11.0.0...v12.2.2) --- updated-dependencies: - dependency-name: mitmproxy dependency-version: 12.2.2 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..c0edd8571c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -7,7 +7,7 @@ pytest-xdist==3.5.0 clang-format==20.1.5 pywin32==308; sys_platform == "win32" # mitmproxy requires OpenSSL to build on Windows ARM64, skip it there -mitmproxy==11.0.0; platform_machine != "ARM64" +mitmproxy==12.2.2; platform_machine != "ARM64" psutil==7.1.1 # For E2E tests that call Sentry API requests==2.33.0