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 24, 2024
1 parent ff50a86 commit f465fa2
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
@@ -1,7 +1,7 @@
boto3
kfp==2.2.0
# 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 f465fa2

Please sign in to comment.