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