diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 9a6d5b183..f2db1314d 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -15,4 +15,4 @@ dependencies: - scikit-image =0.19.3 - randspg =0.0.1 - boto3 =1.26.32 -- moto =4.0.11 +- moto =4.0.12 diff --git a/setup.py b/setup.py index a9daa7bc9..3f80c9435 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'image': ['scikit-image==0.19.3'], 'generic': [ 'boto3==1.26.32', - 'moto==4.0.11' + 'moto==4.0.12' ], }, cmdclass=versioneer.get_cmdclass(),