@@ -35,12 +35,12 @@ dependencies = [
3535 " chevron~=0.12" ,
3636 " click==8.1.8" ,
3737 " Flask<3.2" ,
38- " boto3[crt]==1.43.7 " ,
38+ " boto3[crt]==1.43.38 " ,
3939 " jmespath~=1.1.0" ,
4040 " ruamel_yaml~=0.19.1" ,
4141 " PyYAML~=6.0" ,
4242 " cookiecutter>=2.6,<2.8" ,
43- " aws-sam-translator==1.110 .0" ,
43+ " aws-sam-translator==1.111 .0" ,
4444 # docker minor version updates can include breaking changes. Auto update micro version only.
4545 " docker~=7.1.0" ,
4646 " dateparser~=1.3" ,
@@ -56,7 +56,7 @@ dependencies = [
5656 # regex is not a direct dependency of SAM CLI, exclude version 2021.10.8 due to not working on M1 Mac
5757 " regex!=2021.10.8" ,
5858 " tzlocal==5.3.1" ,
59- " cfn-lint>=1.51.3,<1.52 " ,
59+ " cfn-lint>=1.51.3,<1.53 " ,
6060 " boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]>=1.41.0" ,
6161 " python-dotenv>=1.0,<1.3" ,
6262]
@@ -74,25 +74,25 @@ dev = [
7474 " types-PyYAML==6.0.12.20260518" ,
7575 " types-chevron==0.14.2.20260408" ,
7676 " types-psutil==7.2.2.20260518" ,
77- " types-setuptools==82.0.0.20260508 " ,
77+ " types-setuptools==82.0.0.20260518 " ,
7878 " types-Pygments==2.20.0.20260518" ,
7979 " types-colorama==0.4.15.20260508" ,
80- " types-dateparser==1.4.0.20260508 " ,
80+ " types-dateparser==1.4.1.20260617 " ,
8181 " types-docutils==0.22.3.20260518" ,
8282 " types-jsonschema==4.26.0.20260508" ,
8383 " types-pyOpenSSL==24.1.0.20240722" ,
84- " types-requests==2.33.0.20260513 " ,
84+ " types-requests==2.33.0.20260518 " ,
8585 " types-urllib3==1.26.25.14" ,
8686 " pytest==9.0.3" ,
8787 " parameterized==0.9.0" ,
8888 " pytest-xdist==3.8.0" ,
8989 " pytest-forked==1.6.0" ,
9090 " pytest-timeout==2.4.0" ,
91- " pytest-rerunfailures==16.2 " ,
91+ " pytest-rerunfailures==16.3 " ,
9292 " pytest-metadata==3.1.1" ,
9393 " pytest-json-report-wip==1.5.1" ,
9494 " filelock==3.29.0" ,
95- " black==26.5.0 " ,
95+ " black==26.5.1 " ,
9696 " psutil==7.2.2" ,
9797 " chardet<6" ,
9898]
0 commit comments