Skip to content

Commit

Permalink
Update s3fs requirement from <2025.1,>=2021.4 to >=2021.4,<2025.3 (#4455
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...2025.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 4, 2025
1 parent 9f84349 commit 759a7f6
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 @@ -71,7 +71,7 @@ test = [
"pytest-mock>=1.7.1, <4.0",
"pytest-xdist[psutil]~=2.2.1",
"pytest>=7.2,<9.0",
"s3fs>=2021.4, <2025.1", # Upper bound set arbitrarily, to be reassessed in late 2024
"s3fs>=2021.4, <2025.3", # Upper bound set arbitrarily, to be reassessed in late 2024
"requests_mock",
# mypy related dependencies
"pandas-stubs",
Expand Down

0 comments on commit 759a7f6

Please sign in to comment.