From bf6442b3fbd2d20a586166c1544b73f355f2e783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:08:31 +0000 Subject: [PATCH 1/3] Bump moto from 5.0.1 to 5.0.2 Bumps [moto](https://github.com/getmoto/moto) from 5.0.1 to 5.0.2. - [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.1...5.0.2) --- 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 c76fd516f..f4e6be906 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'image': ['scikit-image==0.22.0'], 'generic': [ 'boto3==1.34.49', - 'moto==5.0.1' + 'moto==5.0.2' ], 'tinybase': [ 'distributed==2024.2.0', From 6e1522a211900c30cbb7eaebec00fea487beb269 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 26 Feb 2024 12:11:02 +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 70ade832a..298cecf61 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.49 -- moto =5.0.1 +- moto =5.0.2 - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.13 From bf8dd989218f276e6e6764d285e2f8f84f0dcec8 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 26 Feb 2024 12:11:24 +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 def042650..b1d7493ca 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.49 -- moto =5.0.1 +- moto =5.0.2 - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.13 diff --git a/docs/environment.yml b/docs/environment.yml index 18d43a05a..efdb23c93 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.49 -- moto =5.0.1 +- moto =5.0.2 - pycp2k =0.2.2 - aws-sam-translator =1.77.0 - pympipool =0.7.13