From 805a2438f28eafba82e627ee18cc0838b44d55c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:58:31 +0000 Subject: [PATCH] Bump boto3 from 1.26.118 to 1.28.15 Bumps [boto3](https://github.com/boto/boto3) from 1.26.118 to 1.28.15. - [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.26.118...1.28.15) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6c8121..2095656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "beautifulsoup4>=4.11.2", - "boto3==1.26.118", + "boto3==1.28.15", "click>=8.1.3", "colored>=1.4.4", "jq>=1.4.0", diff --git a/requirements.txt b/requirements.txt index edb7863..d5dd76e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Direct all questions to support@cloudzero.com -boto3==1.26.118 +boto3==1.28.15 requests>=2.28.2 termcolor>=2.2.0 colored>=1.4.4