diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 435b454e6..70e6f5e38 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -15,4 +15,4 @@ dependencies: - scikit-image =0.19.2 - randspg =0.0.1 - boto3 =1.24.2 -- moto =3.1.11 +- moto =3.1.12 \ No newline at end of file diff --git a/setup.py b/setup.py index b65ed17fe..057ecc82c 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'image': ['scikit-image==0.19.2'], 'generic': [ 'boto3==1.24.2', - 'moto==3.1.11' + 'moto==3.1.12' ], }, cmdclass=versioneer.get_cmdclass(),