From eade1fdd62c078cf276d12b07bf9ca7dd32b528d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 11:13:03 +0000 Subject: [PATCH 1/2] Bump boto3 from 1.24.7 to 1.24.12 Bumps [boto3](https://github.com/boto/boto3) from 1.24.7 to 1.24.12. - [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.24.7...1.24.12) --- 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 15f35b262..d70efb93b 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ ], 'image': ['scikit-image==0.19.2'], 'generic': [ - 'boto3==1.24.7', + 'boto3==1.24.12', 'moto==3.1.13' ], }, From 9bbfb5d9bb6840e5b2210ea4c562831a7389f6e2 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 20 Jun 2022 11:13:23 +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 cd94b0a06..fbf050f7f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -14,5 +14,5 @@ dependencies: - seaborn =0.11.2 - scikit-image =0.19.2 - randspg =0.0.1 -- boto3 =1.24.7 +- boto3 =1.24.12 - moto =3.1.13