Skip to content

Commit

Permalink
Bump s3fs from 0.5.1 to 2021.5.0 (#758)
Browse files Browse the repository at this point in the history
* Bump s3fs from 0.5.1 to 2021.5.0

Bumps [s3fs](https://github.com/dask/s3fs) from 0.5.1 to 2021.5.0.
- [Release notes](https://github.com/dask/s3fs/releases)
- [Changelog](https://github.com/dask/s3fs/blob/main/release-procedure.md)
- [Commits](fsspec/s3fs@0.5.1...2021.05.0)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fsspec as well

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jmoore <[email protected]>
  • Loading branch information
dependabot[bot] and joshmoore authored May 25, 2021
1 parent 6a5903a commit 27bbb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements_dev_optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ flake8==3.9.2
pytest-cov==2.7.1
pytest-doctestplus==0.4.0
h5py==2.10.0
s3fs==0.5.1; python_version > '3.6'
fsspec==0.8.4; python_version > '3.6'
s3fs==2021.5.0; python_version > '3.6'
fsspec==2021.5.0; python_version > '3.6'
moto[server]>=1.3.14; python_version > '3.6'

0 comments on commit 27bbb63

Please sign in to comment.