Skip to content

Commit

Permalink
Update s3fs requirement from <2024.6,>=2021.4 to >=2021.4 (#3946)
Browse files Browse the repository at this point in the history
* Update s3fs requirement from <2024.6,>=2021.4 to >=2021.4,<2024.7

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.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Try removing s3fs

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

* Remove upper bound:

Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
  • Loading branch information
dependabot[bot] and ankatiyar committed Jun 11, 2024
1 parent 014d7a8 commit 192888e
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, <2024.6", # Upper bound set arbitrarily, to be reassessed in early 2024
"s3fs>=2021.4",
"trufflehog~=2.1",
# mypy related dependencies
"pandas-stubs",
Expand Down

0 comments on commit 192888e

Please sign in to comment.