Skip to content

Commit c51150c

Browse files
authored
Pin minimum s3fs (#3041)
1 parent 213863b commit c51150c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test = [
8383
remote_tests = [
8484
'zarr[remote]',
8585
"botocore",
86-
"s3fs",
86+
"s3fs>=2023.10.0",
8787
"moto[s3,server]",
8888
"requests",
8989
]
@@ -104,7 +104,7 @@ docs = [
104104
# Optional dependencies to run examples
105105
'numcodecs[msgpack]',
106106
'rich',
107-
's3fs',
107+
's3fs>=2023.10.0',
108108
'astroid<4'
109109
]
110110

0 commit comments

Comments
 (0)