From 35c6f88f2c2c831c2cd30533f29e345fbda9d584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:29:30 +0000 Subject: [PATCH 1/2] Bump moto from 3.0.3 to 3.0.4 Bumps [moto](https://github.com/spulec/moto) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/spulec/moto/releases) - [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/spulec/moto/compare/3.0.3...3.0.4) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bd81508b..cad8cc3cf 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'image': ['scikit-image==0.19.2'], 'generic': [ 'boto3==1.21.3', - 'moto==3.0.3' + 'moto==3.0.4' ], }, cmdclass=versioneer.get_cmdclass(), From 67d7b57633cb47bbe5a1fb9f805185cd1800fbb1 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 21 Feb 2022 16:29:46 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 1a1fde9a9..3ae5a1a5a 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.21.3 -- moto =3.0.3 +- moto =3.0.4