Skip to content

Commit 2dd009f

Browse files
author
Peter Van Bouwel
committed
fix: make sure modern version of moto is available
1 parent c5e290d commit 2dd009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pyarrow>=10.0.1", # For Parquet read/write support in pandas
3535
"python-dateutil>=2.7.0",
3636
"pystac-client>=0.7.5",
37-
"moto",
37+
"moto>=5.0.0",
3838
]
3939

4040
docs_require = [

0 commit comments

Comments
 (0)