From 7814b084ebc25d6bdba031a82be366ba42d3e2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:45:29 +0000 Subject: [PATCH 1/3] Bump moto from 5.0.6 to 5.0.7 Bumps [moto](https://github.com/getmoto/moto) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.0.6...5.0.7) --- 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 88c8614bb..edce21351 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'image': ['scikit-image==0.22.0'], 'generic': [ 'boto3==1.34.103', - 'moto==5.0.6' + 'moto==5.0.7' ], 'tinybase': [ 'distributed==2024.5.0', From 67cc7834dd923100bca6377791c81ab40c9dcab7 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 13 May 2024 11:46:04 +0000 Subject: [PATCH 2/3] [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 2b2d8b1d6..51d095ca5 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -15,7 +15,7 @@ dependencies: - scikit-image =0.22.0 - randspg =0.0.1 - boto3 =1.34.103 -- moto =5.0.6 +- moto =5.0.7 - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.17 From 799c35facf4e35caee6e04fed62203379ea9bda3 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 13 May 2024 11:46:23 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 8c4e59d54..9afe8b12f 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -15,7 +15,7 @@ dependencies: - scikit-image =0.22.0 - randspg =0.0.1 - boto3 =1.34.103 -- moto =5.0.6 +- moto =5.0.7 - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.17 diff --git a/docs/environment.yml b/docs/environment.yml index db18d2182..cbbb1d4d4 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -20,7 +20,7 @@ dependencies: - scikit-image =0.22.0 - randspg =0.0.1 - boto3 =1.34.103 -- moto =5.0.6 +- moto =5.0.7 - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.17