Skip to content

Commit d5c1e17

Browse files
committed
apacheGH-45305: [CI] Bump Minio version and unpin boto3
1 parent ba79a48 commit d5c1e17

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci/conda_env_python.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
# Don't add pandas here, because it is not a mandatory test dependency
1919

2020
# Not a direct dependency of s3fs, but needed for our s3fs fixture
21-
# (temporary upper bound because of GH-45305)
22-
boto3<1.36
21+
boto3
2322
cffi
2423
cython>=3
2524
cloudpickle

ci/scripts/install_minio.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ "${version}" != "latest" ]; then
6363
fi
6464

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

6969
download()

0 commit comments

Comments
 (0)