From 0ad58a4e5cd602e1fa2ac0c59faede1ec08d35f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:17:46 +0000 Subject: [PATCH] Update s3fs requirement from <2024.1,>=2021.4 to >=2021.4,<2024.3 (#3600) 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](https://github.com/fsspec/s3fs/compare/2021.04.0...2024.2.0) --- updated-dependencies: - dependency-name: s3fs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04c447bb84..780e2c4b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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