From acc50377d7062708f076b090c5de3825e2d0cd09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 11:03:06 +0000 Subject: [PATCH 1/2] Bump boto3 from 1.26.27 to 1.26.32 Bumps [boto3](https://github.com/boto/boto3) from 1.26.27 to 1.26.32. - [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.26.27...1.26.32) --- 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 a459b7f42..a9daa7bc9 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ ], 'image': ['scikit-image==0.19.3'], 'generic': [ - 'boto3==1.26.27', + 'boto3==1.26.32', 'moto==4.0.11' ], }, From a378245224be7e35a619bcbeaaff766a1273f1c6 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 19 Dec 2022 11:03:28 +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 74a0d7d38..9a6d5b183 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -14,5 +14,5 @@ dependencies: - seaborn =0.12.1 - scikit-image =0.19.3 - randspg =0.0.1 -- boto3 =1.26.27 +- boto3 =1.26.32 - moto =4.0.11