diff --git a/requirements-dev.txt b/requirements-dev.txt index 17ee1a67..82a01772 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ pre-commit==3.5.0 # 3.6+ requires Python 3.9 pytest==8.3.3 coverage==7.6.1 # type check -mypy==1.12.1 -boto3-stubs-lite[iam,s3,sts]==1.35.45 +mypy==1.13.0 +boto3-stubs-lite[iam,s3,sts]==1.35.49 types-PyYAML==6.0.12.20240917 diff --git a/requirements.txt b/requirements.txt index 7d2b30ec..8b5bdd3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # AWS -boto3==1.35.45 -botocore==1.35.45 +boto3==1.35.50 +botocore==1.35.50 # Speeds up IAM logic -cached-property==1.5.2 +cached-property==2.0.1 # Command line click==8.1.7 click_option_group==0.5.6