diff --git a/requirements-dev.txt b/requirements-dev.txt index 019f1a60..725b23a7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # CI pre-commit==3.5.0 # 3.6+ requires Python 3.9 # Unit testing -pytest==8.3.2 +pytest==8.3.3 coverage==7.6.1 # type check mypy==1.11.2 -boto3-stubs-lite[iam,s3,sts]==1.35.14 +boto3-stubs-lite[iam,s3,sts]==1.35.20 types-PyYAML==6.0.12.20240808 diff --git a/requirements.txt b/requirements.txt index 8dabc0dc..4385eba2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # AWS -boto3==1.35.14 -botocore==1.35.14 +boto3==1.35.20 +botocore==1.35.20 # Speeds up IAM logic cached-property==1.5.2 # Command line