From 43d5559bb3818c45e89a184934210fd60a9cc7cd Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 7 May 2025 13:55:58 +0100 Subject: [PATCH] Pin minimum s3fs --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b351c3b27..09615b6b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ test = [ remote_tests = [ 'zarr[remote]', "botocore", - "s3fs", + "s3fs>=2023.10.0", "moto[s3,server]", "requests", ] @@ -104,7 +104,7 @@ docs = [ # Optional dependencies to run examples 'numcodecs[msgpack]', 'rich', - 's3fs', + 's3fs>=2023.10.0', 'astroid<4' ]