From 2ca2f735ae130825b6fab6dc6f8c3c1b4f1b7686 Mon Sep 17 00:00:00 2001 From: Ted Campbell Date: Tue, 25 Feb 2025 00:57:00 +0000 Subject: [PATCH] Bug 1950181 - Update raptor requirements - requests==2.32.3 r=kshampur,perftest-reviewers,jmaher This resolves issues on Python 3.12. I chose this version since we've been using it successfully in web-platform-tests Differential Revision: https://phabricator.services.mozilla.com/D239388 --- testing/condprofile/requirements/base.txt | 2 +- testing/condprofile/requirements/ci-client.txt | 2 +- testing/condprofile/requirements/local-client.txt | 2 +- testing/raptor/requirements.txt | 2 +- testing/raptor/source_requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/condprofile/requirements/base.txt b/testing/condprofile/requirements/base.txt index 6c25099c9b69..59c5c04a8db8 100644 --- a/testing/condprofile/requirements/base.txt +++ b/testing/condprofile/requirements/base.txt @@ -1,5 +1,5 @@ aiohttp==3.7.4.post0 https://pypi.pub.build.mozilla.org/pub/arsenic-21.8-py3-none-any.whl -requests==2.22.0 +requests==2.32.3 pyyaml==5.1.2 mozversion>=1.0 diff --git a/testing/condprofile/requirements/ci-client.txt b/testing/condprofile/requirements/ci-client.txt index f04776863fb5..b6d2cab40d9a 100644 --- a/testing/condprofile/requirements/ci-client.txt +++ b/testing/condprofile/requirements/ci-client.txt @@ -1,6 +1,6 @@ # pulled when running in TaskCluster for python 2 only # we just pull dependencies required by condprof.client -requests==2.22.0 +requests==2.32.3 pyyaml==5.1.2 # the target.condprof.tests.tar.gz archive pulls those dependencies diff --git a/testing/condprofile/requirements/local-client.txt b/testing/condprofile/requirements/local-client.txt index 8a5e4da1e25e..bc3d4d4650c8 100644 --- a/testing/condprofile/requirements/local-client.txt +++ b/testing/condprofile/requirements/local-client.txt @@ -2,5 +2,5 @@ ./mozbase/mozlog ./mozbase/mozprofile -requests==2.22.0 +requests==2.32.3 pyyaml==5.1.2 diff --git a/testing/raptor/requirements.txt b/testing/raptor/requirements.txt index 36d47ed5d73b..f3ce54b555e2 100644 --- a/testing/raptor/requirements.txt +++ b/testing/raptor/requirements.txt @@ -11,6 +11,6 @@ mozversion >= 1.0 ../condprofile aiohttp==3.7.4.post0 https://pypi.pub.build.mozilla.org/pub/arsenic-21.8-py3-none-any.whl -requests==2.22.0 +requests==2.32.3 pyyaml==5.1.2 structlog==20.2.0 diff --git a/testing/raptor/source_requirements.txt b/testing/raptor/source_requirements.txt index a2b06b2a6f36..879bbb3099bb 100644 --- a/testing/raptor/source_requirements.txt +++ b/testing/raptor/source_requirements.txt @@ -13,6 +13,6 @@ mozversion >= 1.0 ../condprofile aiohttp==3.7.4.post0 https://pypi.pub.build.mozilla.org/pub/arsenic-21.8-py3-none-any.whl -requests==2.22.0 +requests==2.32.3 pyyaml==5.1.2 structlog==20.2.0