Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump requests from 2.27.1 to 2.32.0 #4327

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions buildchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ charset-normalizer==2.0.10
cloudpickle==2.0.0
# via doit
docker==4.1.0
# via -r requirements.in
# via -r buildchain/requirements.in
doit==0.34.0
# via -r requirements.in
# via -r buildchain/requirements.in
idna==3.7
# via requests
pyinotify==0.9.6 ; sys_platform == "linux"
# via
# -c platform-requirements.txt
# -c buildchain/platform-requirements.txt
# doit
pyyaml==5.3.1
# via -r requirements.in
requests==2.27.1
# via -r buildchain/requirements.in
requests==2.32.0
# via docker
six==1.16.0
# via docker
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pyyaml==6.0.1 ; python_version >= "3.6"
# via
# -r docs/../tools/lib-alert-tree/requirements.txt
# -r docs/requirements.in
requests==2.27.1
requests==2.32.0
# via sphinx
restructuredtext-lint==1.4.0
# via doc8
Expand Down
18 changes: 3 additions & 15 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ idna==3.3 \
--hash=sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff \
--hash=sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
# via requests
importlib-metadata==4.8.3 \
--hash=sha256:65a9576a5b2d58ca44d133c42a241905cc45e34d2c06fd5ba2bafa221e5d7b5e \
--hash=sha256:766abffff765960fcc18003801f7044eb6755ffae4521c8e8ce8e83b9c9b0668
# via pluggy
kubernetes==23.6.0 \
--hash=sha256:cadb1cd7c44eae5b39b50316313343c0f2aff94529f067ec2ba44d38411158e3 \
--hash=sha256:dd58e286a53071bc8e32041f07f3c2236b3ed8ca5b9f57794a5077358f7ccb06
Expand Down Expand Up @@ -328,9 +324,9 @@ pyyaml==6.0 \
--hash=sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174 \
--hash=sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5
# via kubernetes
requests==2.27.1 \
--hash=sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61 \
--hash=sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d
requests==2.32.0 \
--hash=sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5 \
--hash=sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8
# via
# kubernetes
# requests-oauthlib
Expand Down Expand Up @@ -359,10 +355,6 @@ testinfra==6.0.0 \
--hash=sha256:1a75b5025dbe82ffedec50afeaf9a7f96a8cd1e294f0d40de3a089a369ceae0e \
--hash=sha256:4225d36e4bb02eb1618429325280c4b62a18cea8a90c91564ee0cc1d31ca331a
# via -r tests/requirements.in
typing-extensions==4.1.1 \
--hash=sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42 \
--hash=sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2
# via importlib-metadata
urllib3==1.26.9 \
--hash=sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14 \
--hash=sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e
Expand All @@ -373,10 +365,6 @@ websocket-client==1.3.1 \
--hash=sha256:074e2ed575e7c822fc0940d31c3ac9bb2b1142c303eafcf3e304e6ce035522e8 \
--hash=sha256:6278a75065395418283f887de7c3beafb3aa68dada5cacbe4b214e8d26da499b
# via kubernetes
zipp==3.6.0 \
--hash=sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832 \
--hash=sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==59.6.0 \
Expand Down