From d96021f7a5ed661a010a71af1e7c02202c713387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:39:10 +0000 Subject: [PATCH 1/2] Bump boto3 from 1.24.91 to 1.24.96 Bumps [boto3](https://github.com/boto/boto3) from 1.24.91 to 1.24.96. - [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.91...1.24.96) --- 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 faca39782..70a336f06 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ ], 'image': ['scikit-image==0.19.3'], 'generic': [ - 'boto3==1.24.91', + 'boto3==1.24.96', 'moto==4.0.8' ], }, From 595ea0d07a5e3f38dce5d7e33d2e54b2f7da5456 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 24 Oct 2022 13:04:06 +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 37b8c2b64..1b67b20fc 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -14,5 +14,5 @@ dependencies: - seaborn =0.12.0 - scikit-image =0.19.3 - randspg =0.0.1 -- boto3 =1.24.91 +- boto3 =1.24.96 - moto =4.0.8