Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading