Skip to content

Commit

Permalink
chore: bump requests-toolbelt to 1.0.0 (#10762)
Browse files Browse the repository at this point in the history
* bump requests-toolbelt to 1.0.0

Signed-off-by: Simon De Ridder <[email protected]>

* remove changes in test/kfp-functional-test

Signed-off-by: Simon De Ridder <[email protected]>

---------

Signed-off-by: Simon De Ridder <[email protected]>
  • Loading branch information
SimonDR-Boltzmann authored Jan 24, 2025
1 parent dbefbb8 commit 113a4c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kfp-server-api>=2.1.0,<2.4.0
kubernetes>=8.0.0,<31
protobuf>=4.21.1,<5
PyYAML>=5.3,<7
requests-toolbelt>=0.8.0,<1
requests-toolbelt>=0.8.0,<2
tabulate>=0.8.6,<1
urllib3<2.0.0

Expand Down
32 changes: 16 additions & 16 deletions sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
#
# pip-compile --no-emit-index-url requirements.in
#
cachetools==5.4.0
cachetools==5.5.0
# via google-auth
certifi==2024.7.4
certifi==2024.8.30
# via
# kfp-server-api
# kubernetes
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.3
click==8.1.7
# via -r requirements.in
docstring-parser==0.16
# via -r requirements.in
google-api-core==2.19.1
google-api-core==2.19.2
# via
# -r requirements.in
# google-cloud-core
# google-cloud-storage
google-auth==2.32.0
google-auth==2.34.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -31,17 +31,17 @@ google-auth==2.32.0
# kubernetes
google-cloud-core==2.4.1
# via google-cloud-storage
google-cloud-storage==2.18.0
google-cloud-storage==2.18.2
# via -r requirements.in
google-crc32c==1.5.0
google-crc32c==1.6.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.1
google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos==1.63.2
googleapis-common-protos==1.65.0
# via google-api-core
idna==3.7
idna==3.10
# via requests
kfp-pipeline-spec==0.6.0
# via -r requirements.in
Expand All @@ -55,24 +55,24 @@ oauthlib==3.2.2
# requests-oauthlib
proto-plus==1.24.0
# via google-api-core
protobuf==4.25.4
protobuf==4.25.5
# via
# -r requirements.in
# google-api-core
# googleapis-common-protos
# kfp-pipeline-spec
# proto-plus
pyasn1==0.6.0
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via google-auth
python-dateutil==2.9.0.post0
# via
# kfp-server-api
# kubernetes
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements.in
# kubernetes
Expand All @@ -85,7 +85,7 @@ requests==2.32.3
# requests-toolbelt
requests-oauthlib==2.0.0
# via kubernetes
requests-toolbelt==0.10.1
requests-toolbelt==1.0.0
# via -r requirements.in
rsa==4.9
# via google-auth
Expand All @@ -96,7 +96,7 @@ six==1.16.0
# python-dateutil
tabulate==0.9.0
# via -r requirements.in
urllib3==1.26.19
urllib3==1.26.20
# via
# -r requirements.in
# kfp-server-api
Expand Down

0 comments on commit 113a4c6

Please sign in to comment.