Skip to content

Commit

Permalink
apacheGH-45305: [CI] Bump Minio version and unpin boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Jan 21, 2025
1 parent ba79a48 commit d5c1e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ci/conda_env_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
# Don't add pandas here, because it is not a mandatory test dependency

# Not a direct dependency of s3fs, but needed for our s3fs fixture
# (temporary upper bound because of GH-45305)
boto3<1.36
boto3
cffi
cython>=3
cloudpickle
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/install_minio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ "${version}" != "latest" ]; then
fi

# Use specific versions for minio server and client to avoid CI failures on new releases.
minio_version="minio.RELEASE.2024-09-13T20-26-02Z"
minio_version="minio.RELEASE.2025-01-20T14-49-07Z"
mc_version="mc.RELEASE.2024-09-16T17-43-14Z"

download()
Expand Down

0 comments on commit d5c1e17

Please sign in to comment.