Skip to content

Commit

Permalink
Update dependency requests to v2.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 6, 2021
1 parent 8e12160 commit 0e5115a
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 20 deletions.
10 changes: 3 additions & 7 deletions taskcluster/docker/funsize-update-generator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,9 @@ redo==2.0.3 \
--hash=sha256:36784bf8ae766e14f9db0e377ccfa02835d648321d2007b6ae0bf4fd612c0f94 \
--hash=sha256:71161cb0e928d824092a5f16203939bbc0867ce4c4685db263cf22c3ae7634a8
# via -r requirements.in
requests==2.23.0 \
--hash=sha256:43999036bfa82904b6af1d99e4882b560e5e2c68e5c4b0aa03b655f3d7d73fee \
--hash=sha256:b3f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6
# via
# -r requirements.in
# github3.py
# taskcluster
requests==2.25.1 \
--hash=sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804 \
--hash=sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e
rsa==3.4.2 \
--hash=sha256:25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5 \
--hash=sha256:43f682fea81c452c98d09fc316aae12de6d30c4b5c84226642cf8f8fd1c93abd
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/docker/github-sync/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests == 2.21.0
requests==2.25.1
pygit2 == 0.27.0 # this requires libgit2 v0.27.* which can be gotten via `brew install libgit2`
python-hglib == 2.6.1
2 changes: 1 addition & 1 deletion testing/condprofile/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.5.4
https://pypi.pub.build.mozilla.org/pub/arsenic-19.1-py3-none-any.whl
requests==2.22.0
requests==2.25.1
pyyaml==5.1.2
2 changes: 1 addition & 1 deletion testing/condprofile/requirements/ci-client.txt
Original file line number Diff line number Diff line change
@@ -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.25.1
pyyaml==5.1.2

# the target.condprof.tests.tar.gz archive pulls those dependencies
Expand Down
2 changes: 1 addition & 1 deletion testing/condprofile/requirements/local-client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
./mozbase/mozprofile
./mozbase/mozlog

requests==2.22.0
requests==2.25.1
pyyaml==5.1.2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyOpenSSL==16.2.0
pyparsing==2.2.0
pyperclip==1.5.27
PyYAML==3.12
requests==2.13.0
requests==2.25.1
ruamel.yaml==0.13.14
six==1.13.0
sortedcontainers==1.5.7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
marionette-harness >= 4.0.0
requests==2.11.1
requests==2.25.1
2 changes: 1 addition & 1 deletion tools/moztreedocs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pytz==2020.1
PyYAML==5.3.1
recommonmark==0.7.1
redo==2.0.3
requests==2.24.0
requests==2.25.1
rsa==4.6
s3transfer==0.3.3
scandir==1.10.0
Expand Down
9 changes: 3 additions & 6 deletions tools/moztreedocs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,9 @@ redo==2.0.3 \
--hash=sha256:36784bf8ae766e14f9db0e377ccfa02835d648321d2007b6ae0bf4fd612c0f94 \
--hash=sha256:71161cb0e928d824092a5f16203939bbc0867ce4c4685db263cf22c3ae7634a8
# via -r requirements.in
requests==2.24.0 \
--hash=sha256:b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b \
--hash=sha256:fe75cc94a9443b9246fc7049224f75604b113c36acb93f87b80ed42c44cbb898
# via
# -r requirements.in
# sphinx
requests==2.25.1 \
--hash=sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804 \
--hash=sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e
rsa==4.6 \
--hash=sha256:109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa \
--hash=sha256:6166864e23d6b5195a5cfed6cd9fed0fe774e226d8f854fcb23b7bbef0350233
Expand Down

0 comments on commit 0e5115a

Please sign in to comment.