Skip to content

Commit 1a4e1eb

Browse files
dependabot[bot]merelchtElenaKhaustova
authored
Update s3fs requirement from <2025.13,>=2021.4 to >=2021.4,<2026.2 (#5329)
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...2026.1.0) --- updated-dependencies: - dependency-name: s3fs dependency-version: 2026.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com> Co-authored-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com>
1 parent 79f2bd9 commit 1a4e1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test = [
6969
"pytest-xdist[psutil]>=2.2.1,<4.0",
7070
"pytest>=7.2,<10.0",
7171
"requests_mock",
72-
"s3fs>=2021.4,<2025.13",
72+
"s3fs>=2021.4,<2026.2",
7373
# mypy related dependencies
7474
"pandas-stubs",
7575
"types-PyYAML",

0 commit comments

Comments
 (0)