From 6c0c5bced4ce263f59b470748c6231b215e8d5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:32:38 +0000 Subject: [PATCH] Bump the python group with 2 updates Bumps the python group with 2 updates: [boto3](https://github.com/boto/boto3) and [awscli](https://github.com/aws/aws-cli). Updates `boto3` from 1.28.82 to 1.28.84 - [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.82...1.28.84) Updates `awscli` from 1.29.82 to 1.29.84 - [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.82...1.29.84) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/deploy.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index a653cbc7a..a9a5e3968 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,2 +1,2 @@ -boto3==1.28.82 +boto3==1.28.84 pyinstaller==6.1.0 diff --git a/requirements/deploy.txt b/requirements/deploy.txt index c9d64ca60..5ce9248ee 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,2 +1,2 @@ satsuki==0.1.50 -awscli==1.29.82 +awscli==1.29.84