Skip to content

Commit

Permalink
chore(deps): update dependency minio to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 0da674f commit d3b0bbf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/e2e-wine/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ boto3
# with the KFP API server version deployed in CKF 1.7
kfp==1.8.22
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
minio<7.3
# pin the client to match the version of the deployed MLflow server
mlflow==2.1.1
numpy
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow-kserve/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
minio<7.3
# pin the client to match the version of the deployed MLflow server
mlflow==2.1.1
numpy
Expand Down
10 changes: 8 additions & 2 deletions tests/notebooks/mlflow-kserve/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ prometheus-client==0.13.1
protobuf==3.20.3
# via
# google-api-core
# googleapis-common-protos
# kserve
# mlflow
# ray
Expand Down Expand Up @@ -311,7 +312,9 @@ pyyaml==6.0.1
querystring-parser==1.2.4
# via mlflow
ray[serve]==2.4.0
# via kserve
# via
# kserve
# ray
referencing==0.30.2
# via
# jsonschema
Expand All @@ -329,7 +332,9 @@ requests==2.31.0
requests-oauthlib==1.3.1
# via kubernetes
rfc3986[idna2008]==1.5.0
# via httpx
# via
# httpx
# rfc3986
rpds-py==0.10.3
# via
# jsonschema
Expand Down Expand Up @@ -411,6 +416,7 @@ uvicorn[standard]==0.19.0
# via
# kserve
# ray
# uvicorn
uvloop==0.19.0
# via uvicorn
virtualenv==20.21.0
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow-minio/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
minio<7.3
pandas
s3fs
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3
# pin to <7.0 to avoid breaking changes in sdk
minio<7.0
minio<7.3
# pin the client to match the version of the deployed MLflow server
mlflow==2.1.1
# pin to ensure compatibility with the installed mlflow client
Expand Down

0 comments on commit d3b0bbf

Please sign in to comment.