From 87218717518fc97d522fc935262bf22e289a6445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:32:46 +0000 Subject: [PATCH 1/3] Bump boto3 from 1.28.25 to 1.28.35 Bumps [boto3](https://github.com/boto/boto3) from 1.28.25 to 1.28.35. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.25...1.28.35) --- updated-dependencies: - dependency-name: boto3 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 1487597f4..c5bac0953 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ ], 'image': ['scikit-image==0.21.0'], 'generic': [ - 'boto3==1.28.25', + 'boto3==1.28.35', 'moto==4.1.14' ], 'workflow': [ From 46aa031c12acb303e9eca0b36f5002dfd3ff63e6 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 28 Aug 2023 11:33:06 +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 2af400b5d..6071bc76d 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -15,7 +15,7 @@ dependencies: - seaborn =0.12.2 - scikit-image =0.21.0 - randspg =0.0.1 -- boto3 =1.28.25 +- boto3 =1.28.35 - moto =4.1.14 - pycp2k =0.2.2 - python-graphviz From 9b614aa4fc47e212744f8d46665569360a5b1bf5 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 28 Aug 2023 11:39:37 +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 987884164..eb8f3284f 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -15,7 +15,7 @@ dependencies: - seaborn =0.12.2 - scikit-image =0.21.0 - randspg =0.0.1 -- boto3 =1.28.25 +- boto3 =1.28.35 - moto =4.1.14 - pycp2k =0.2.2 - python-graphviz diff --git a/docs/environment.yml b/docs/environment.yml index 1ac522adf..675edd886 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -17,7 +17,7 @@ dependencies: - seaborn =0.12.2 - scikit-image =0.21.0 - randspg =0.0.1 -- boto3 =1.28.25 +- boto3 =1.28.35 - moto =4.1.14 - pycp2k =0.2.2 - python-graphviz