forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): update requirements scripts (kubeflow#10009)
* fix: update requirements scripts Signed-off-by: David van der Spek <[email protected]> * fix: visualization dependency hell Signed-off-by: David van der Spek <[email protected]> * bump snapshottest Signed-off-by: David van der Spek <[email protected]> * fix: pin jinja2 Signed-off-by: David van der Spek <[email protected]> * fix: pin markupsafe to fix ci Signed-off-by: David van der Spek <[email protected]> --------- Signed-off-by: David van der Spek <[email protected]>
- Loading branch information
Showing
14 changed files
with
685 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,67 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=- - | ||
# | ||
absl-py==0.12.0 # via ml-metadata | ||
attrs==20.3.0 # via ml-metadata | ||
cachetools==5.0.0 # via google-auth | ||
certifi==2021.10.8 # via kubernetes, requests | ||
charset-normalizer==2.0.10 # via requests | ||
google-auth==2.4.1 # via kubernetes | ||
grpcio==1.43.0 # via ml-metadata | ||
idna==3.3 # via requests | ||
kubernetes==10.1.0 # via -r - | ||
lru-dict==1.1.7 # via -r - | ||
ml-metadata==1.5.0 # via -r - | ||
oauthlib==3.1.1 # via requests-oauthlib | ||
protobuf==3.19.3 # via ml-metadata | ||
pyasn1-modules==0.2.8 # via google-auth | ||
pyasn1==0.4.8 # via pyasn1-modules, rsa | ||
python-dateutil==2.8.2 # via kubernetes | ||
pyyaml==3.13 # via kubernetes | ||
requests-oauthlib==1.3.0 # via kubernetes | ||
requests==2.27.1 # via kubernetes, requests-oauthlib | ||
rsa==4.8 # via google-auth | ||
six==1.16.0 # via absl-py, google-auth, grpcio, kubernetes, ml-metadata, python-dateutil | ||
urllib3==1.26.8 # via kubernetes, requests | ||
websocket-client==1.2.3 # via kubernetes | ||
absl-py==1.4.0 | ||
# via ml-metadata | ||
attrs==21.4.0 | ||
# via ml-metadata | ||
cachetools==5.3.1 | ||
# via google-auth | ||
certifi==2023.7.22 | ||
# via | ||
# kubernetes | ||
# requests | ||
charset-normalizer==3.2.0 | ||
# via requests | ||
google-auth==2.23.0 | ||
# via kubernetes | ||
grpcio==1.58.0 | ||
# via ml-metadata | ||
idna==3.4 | ||
# via requests | ||
kubernetes==10.1.0 | ||
# via -r - | ||
lru-dict==1.2.0 | ||
# via -r - | ||
ml-metadata==1.14.0 | ||
# via -r - | ||
oauthlib==3.2.2 | ||
# via requests-oauthlib | ||
protobuf==3.20.3 | ||
# via ml-metadata | ||
pyasn1==0.5.0 | ||
# via | ||
# pyasn1-modules | ||
# rsa | ||
pyasn1-modules==0.3.0 | ||
# via google-auth | ||
python-dateutil==2.8.2 | ||
# via kubernetes | ||
pyyaml==3.13 | ||
# via kubernetes | ||
requests==2.31.0 | ||
# via | ||
# kubernetes | ||
# requests-oauthlib | ||
requests-oauthlib==1.3.1 | ||
# via kubernetes | ||
rsa==4.9 | ||
# via google-auth | ||
six==1.16.0 | ||
# via | ||
# kubernetes | ||
# ml-metadata | ||
# python-dateutil | ||
urllib3==1.26.16 | ||
# via | ||
# google-auth | ||
# kubernetes | ||
# requests | ||
websocket-client==1.6.3 | ||
# via kubernetes | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
# This image should be in sync with Dockerfile. | ||
IMAGE="python:3.8" | ||
../../hack/update-requirements.sh $IMAGE <requirements.in >requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
snapshottest==0.5.1 | ||
snapshottest==0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.