tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 61089020e3b01c6fae4e8fe5fedb729af827f889
parent 4a632c4114e8e553bc862db57a0086131a6e2432
Author: KS <kshampur@mozilla.com>
Date:   Thu, 23 Oct 2025 19:37:44 +0000

Bug 1969089 - Fix raptor for python 3.13 r=perftest-reviewers,aglavic

Update aiohttp which should allow users to locally run Raptor tests with
python 3.13

Differential Revision: https://phabricator.services.mozilla.com/D268017

Diffstat:
Mtesting/raptor/requirements.txt | 2+-
Mtesting/raptor/source_requirements.txt | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/raptor/requirements.txt b/testing/raptor/requirements.txt @@ -9,7 +9,7 @@ mozdevice >= 4.0.0 mozpower >= 1.0.0 mozversion >= 1.0 ../condprofile -aiohttp==3.7.4.post0 +aiohttp==3.12.15 https://pypi.pub.build.mozilla.org/pub/arsenic-21.8-py3-none-any.whl requests==2.32.3 pyyaml==5.1.2 diff --git a/testing/raptor/source_requirements.txt b/testing/raptor/source_requirements.txt @@ -11,7 +11,7 @@ mozdevice >= 4.0.0 mozpower >= 1.0.0 mozversion >= 1.0 ../condprofile -aiohttp==3.7.4.post0 +aiohttp==3.12.15 https://pypi.pub.build.mozilla.org/pub/arsenic-21.8-py3-none-any.whl requests==2.32.3 pyyaml==5.1.2