diff --git a/Bedrock/requirements.txt b/Bedrock/requirements.txt index aff83b7c..107874da 100644 --- a/Bedrock/requirements.txt +++ b/Bedrock/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.34.158 -langchain==0.2.12 -langchain-community==0.2.11 +boto3==1.35.0 +langchain==0.2.14 +langchain-community==0.2.12 streamlit==1.37.1 diff --git a/CloudFormation/manage-stack-set/requirements.txt b/CloudFormation/manage-stack-set/requirements.txt index ab7b278a..1c6e4788 100644 --- a/CloudFormation/manage-stack-set/requirements.txt +++ b/CloudFormation/manage-stack-set/requirements.txt @@ -1,2 +1,2 @@ -boto3~=1.34 +boto3~=1.35 click~=8.1 \ No newline at end of file diff --git a/Organizations/manage-scps/requirements.txt b/Organizations/manage-scps/requirements.txt index afac090c..75aec831 100644 --- a/Organizations/manage-scps/requirements.txt +++ b/Organizations/manage-scps/requirements.txt @@ -1,3 +1,3 @@ -boto3~=1.34 +boto3~=1.35 click~=8.1 flake8~=7.1 diff --git a/SecurityHub/standards-controls-helper/requirements.txt b/SecurityHub/standards-controls-helper/requirements.txt index afac090c..75aec831 100644 --- a/SecurityHub/standards-controls-helper/requirements.txt +++ b/SecurityHub/standards-controls-helper/requirements.txt @@ -1,3 +1,3 @@ -boto3~=1.34 +boto3~=1.35 click~=8.1 flake8~=7.1 diff --git a/_common/requirements-build.txt b/_common/requirements-build.txt index 8bd209ca..26d31524 100644 --- a/_common/requirements-build.txt +++ b/_common/requirements-build.txt @@ -1,5 +1,5 @@ # This file is used for running tox, flake8 and building the wheel logilab-common~=2.0 pypandoc==1.13 -setuptools~=72.1 -tox~=4.17 +setuptools~=72.2 +tox~=4.18 diff --git a/_common/requirements-test.txt b/_common/requirements-test.txt index 63209d63..f72af76e 100644 --- a/_common/requirements-test.txt +++ b/_common/requirements-test.txt @@ -8,6 +8,6 @@ pytest~=8.3 pytest-cov~=5.0 pytest-gitignore~=1.3 pytest-mock~=3.14 -setuptools~=72.1 +setuptools~=72.2 wheel~=0.44 -e. diff --git a/_common/setup.py b/_common/setup.py index 1e6fac95..96494429 100644 --- a/_common/setup.py +++ b/_common/setup.py @@ -11,7 +11,7 @@ __uri__ = "https://github.com/kyhau/aws-tools/" __requirements__ = [ - "boto3==1.34.158", + "boto3==1.35.0", "click==8.1.7", "docker==7.1.0", "InquirerPy==0.3.4", diff --git a/requirements-ci.txt b/requirements-ci.txt index 6f80b090..1800f73c 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1 +1 @@ -cfn-lint~=1.9 +cfn-lint~=1.10 diff --git a/requirements.txt b/requirements.txt index d6c4d44c..58ce1f91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ################################################################################ # AWS related packages -boto3~=1.34 +boto3~=1.35 #amazon.ion # https://github.com/amzn/ion-python #aws-embedded-metrics # https://github.com/awslabs/aws-embedded-metrics-python #aws-encryption-sdk # https://github.com/aws/aws-encryption-sdk-python