Skip to content

Commit 3317f7e

Browse files
committed
Update minimum version of s3fs
1 parent 653f81d commit 3317f7e

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
@@ -73,7 +73,7 @@ test = [
7373
"coverage",
7474
"pytest",
7575
"pytest-cov",
76-
"s3fs>==2023.1.0",
76+
"s3fs>=2023.1.0",
7777
"pytest-asyncio",
7878
"pytest-accept",
7979
"moto[s3,server]",
@@ -96,7 +96,7 @@ docs = [
9696
'numpydoc',
9797
'numcodecs[msgpack]',
9898
'rich',
99-
's3fs>==2023.1.0',
99+
's3fs>=2023.1.0',
100100
]
101101

102102

0 commit comments

Comments
 (0)