From e6b0234c3902502a7606166bedee53e961c38d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 08:06:55 +0000 Subject: [PATCH] Bump boto3 from 1.26.118 to 1.26.165 Bumps [boto3](https://github.com/boto/boto3) from 1.26.118 to 1.26.165. - [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.165) --- 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..d5f8906 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "beautifulsoup4>=4.11.2", - "boto3==1.26.118", + "boto3==1.26.165", "click>=8.1.3", "colored>=1.4.4", "jq>=1.4.0", diff --git a/requirements.txt b/requirements.txt index edb7863..c60c1c1 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.165 requests>=2.28.2 termcolor>=2.2.0 colored>=1.4.4