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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
./mozbase/mozlog
|
||||
./mozbase/mozprofile
|
||||
|
||||
requests==2.22.0
|
||||
requests==2.32.3
|
||||
pyyaml==5.1.2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user