From b300702351192ec82e1adca839a2c30a206695fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:34:57 +0000 Subject: [PATCH] Bump the python group with 4 updates Bumps the python group with 4 updates: [awscli](https://github.com/aws/aws-cli), [boto3](https://github.com/boto/boto3), [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [pylint](https://github.com/pylint-dev/pylint). Updates `awscli` from 1.29.49 to 1.29.53 - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/aws/aws-cli/compare/1.29.49...1.29.53) Updates `boto3` from 1.28.49 to 1.28.53 - [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.49...1.28.53) Updates `pyinstaller` from 5.13.2 to 6.0.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.13.2...v6.0.0) Updates `pylint` from 2.17.5 to 2.17.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.6) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 4 ++-- requirements/check.txt | 2 +- requirements/deploy.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index d0b3adda3..5295f036a 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.28.49 -pyinstaller==5.13.2 +boto3==1.28.53 +pyinstaller==6.0.0 diff --git a/requirements/check.txt b/requirements/check.txt index 9e1d8e37b..0623e050e 100644 --- a/requirements/check.txt +++ b/requirements/check.txt @@ -12,5 +12,5 @@ isort==5.12.0 m2r==0.3.1 pep8-naming==0.13.3 pydocstyle==6.3.0 -pylint==2.17.5 +pylint==2.17.6 readme-renderer==42.0 diff --git a/requirements/deploy.txt b/requirements/deploy.txt index faa710f45..b9aa0fe27 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,2 +1,2 @@ satsuki==0.1.50 -awscli==1.29.49 +awscli==1.29.53