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 Jul 16, 2024
1 parent d1531e0 commit 67f82ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
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 67f82ef

Please sign in to comment.