Skip to content

Commit

Permalink
Bump s3fs from 2023.6.0 to 2023.9.1
Browse files Browse the repository at this point in the history
Bumps [s3fs](https://github.com/fsspec/s3fs) from 2023.6.0 to 2023.9.1.
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
- [Commits](fsspec/s3fs@2023.6.0...2023.9.1)

---
updated-dependencies:
- dependency-name: s3fs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent d93dbf7 commit 2372782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pydantic<2 # pin pydantic because Ray uses broken APIs

# AWS
s3fs==2023.1.0; python_version < '3.8'
s3fs==2023.6.0; python_version >= '3.8'
s3fs==2023.9.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'
Expand Down

0 comments on commit 2372782

Please sign in to comment.