We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6266e commit 08c4e35Copy full SHA for 08c4e35
pyproject.toml
@@ -73,7 +73,7 @@ test = [
73
"coverage",
74
"pytest",
75
"pytest-cov",
76
- "s3fs",
+ "s3fs>==2023.1.0",
77
"pytest-asyncio",
78
"pytest-accept",
79
"moto[s3,server]",
@@ -96,7 +96,7 @@ docs = [
96
'numpydoc',
97
'numcodecs[msgpack]',
98
'rich',
99
- 's3fs',
+ 's3fs>==2023.1.0',
100
]
101
102
@@ -232,7 +232,7 @@ dependencies = [
232
'numpy==1.25.*',
233
'numcodecs==0.14.*', # 0.14 needed for zarr3 codecs
234
'fsspec==2022.10.0',
235
- 's3fs==2022.10.0',
+ 's3fs==2023.1.0',
236
'universal_pathlib==0.0.22',
237
'typing_extensions==4.9.*',
238
'donfig==0.8.*',
0 commit comments