Commits

Weston Pace authored 5003278ded7
ARROW-13747: [Python][CI] Requiring s3fs >= 2021.8 aiobotocore recently released 1.4.0 which is incompatible with s3fs < 2021.8 (which was also just released). Related: https://stackoverflow.com/questions/68864939/s3fs-suddenly-stopped-working-in-google-colab-with-error-attributeerror-module Some nightly builds are failing. Even though conda-forge now has s3fs 2021.8 the builds are caching previous results. This issue should just resolve itself eventually when the conda/docker caches clear. However, if we want to force it working again this PR requires the newer version of s3fs. Closes #11003 from westonpace/bugfix/ARROW-13747-bad-aiobotocore-build Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>