From 787f8a3e8c2923d5afc4103e2f176fb2a9d18176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:34:11 +0000 Subject: [PATCH 1/2] Bump moto from 4.0.11 to 4.0.12 Bumps [moto](https://github.com/spulec/moto) from 4.0.11 to 4.0.12. - [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/4.0.11...4.0.12) --- 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 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(), From 64069c7aa452713a490dc02be3c6e39c12e43153 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 19 Dec 2022 13:37:31 +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 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