From 192888e5c024bbeb8e60a144f45026617d2a5105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:56:10 +0100 Subject: [PATCH] Update s3fs requirement from <2024.6,>=2021.4 to >=2021.4 (#3946) * 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](https://github.com/fsspec/s3fs/compare/2021.04.0...2024.6.0) --- updated-dependencies: - dependency-name: s3fs dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Try removing s3fs Signed-off-by: Ankita Katiyar * Remove upper bound: Signed-off-by: Ankita Katiyar --------- Signed-off-by: dependabot[bot] Signed-off-by: Ankita Katiyar Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankita Katiyar --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ece4851cd..46a570f66b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",