diff --git a/requirements-dev.txt b/requirements-dev.txt index 9cd9edcb63..743bc95f1f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -43,7 +43,7 @@ tenacity==8.2.3; python_version >= '3.8' # AWS s3fs==2023.1.0; python_version < '3.8' -s3fs==2023.12.0; python_version >= '3.8' +s3fs==2023.12.1; python_version >= '3.8' # on old versions of s3fs's pinned botocore, they neglected to pin urllib3<2 which leads to: # "ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'" urllib3<2; python_version < '3.8'