From f4272ad4183e4c2c05a8c49b5b05baedda069af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:01:47 +0000 Subject: [PATCH] Bump boto3 from 1.26.118 to 1.26.160 Bumps [boto3](https://github.com/boto/boto3) from 1.26.118 to 1.26.160. - [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.26.160) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..a647f17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "beautifulsoup4>=4.11.2", - "boto3==1.26.118", + "boto3==1.26.160", "click>=8.1.3", "colored>=1.4.4", "jq>=1.4.0", diff --git a/requirements.txt b/requirements.txt index edb7863..b48d9d2 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.26.160 requests>=2.28.2 termcolor>=2.2.0 colored>=1.4.4