From 04a959afeea0ebc2a989019b35b7e5a355ac6f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:06:55 +0000 Subject: [PATCH 1/2] Bump boto3 from 1.20.26 to 1.20.31 Bumps [boto3](https://github.com/boto/boto3) from 1.20.26 to 1.20.31. - [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.20.26...1.20.31) --- 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 da3947d03..0e9d74ca2 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ ], 'image': ['scikit-image==0.19.1'], 'generic': [ - 'boto3==1.20.26', + 'boto3==1.20.31', 'moto==2.3.0' ], }, From 45e3824eaa1f0bba0d321dd503fd5bf11765e2f3 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 10 Jan 2022 11:07:13 +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 93d8a071d..0b5d24a09 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -14,5 +14,5 @@ dependencies: - seaborn =0.11.2 - scikit-image =0.19.1 - randspg =0.0.1 -- boto3 =1.20.26 +- boto3 =1.20.31 - moto =2.3.0