Skip to content

Commit

Permalink
Update s3fs requirement from <2024.1,>=2021.4 to >=2021.4,<2024.3 (#3600
Browse files Browse the repository at this point in the history
)

Updates the requirements on [s3fs](https://github.com/fsspec/s3fs) to permit the latest version.
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
- [Commits](fsspec/s3fs@2021.04.0...2024.2.0)

---
updated-dependencies:
- dependency-name: s3fs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 3afae1e commit 0ad58a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test = [
"pytest-mock>=1.7.1, <4.0",
"pytest-xdist[psutil]~=2.2.1",
"pytest>=7.2,<9.0",
"s3fs>=2021.4, <2024.1", # Upper bound set arbitrarily, to be reassessed in early 2024
"s3fs>=2021.4, <2024.3", # Upper bound set arbitrarily, to be reassessed in early 2024
"semver",
"trufflehog~=2.1",
# mypy related dependencies
Expand Down

0 comments on commit 0ad58a4

Please sign in to comment.