Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent e4e8528 commit 8fbbcc3
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 @@ -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.2; 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 8fbbcc3

Please sign in to comment.