@@ -45,7 +45,7 @@ dependencies = [
4545 " docker~=7.1.0" ,
4646 " dateparser~=1.3" ,
4747 " requests>=2.32.5,<2.35.0" ,
48- " aws_lambda_builders==1.64 .0" ,
48+ " aws_lambda_builders==1.65 .0" ,
4949 " tomlkit==0.15.0" ,
5050 " watchdog==4.0.2" ,
5151 " rich>=14.3.3,<15.1.0" ,
@@ -56,29 +56,29 @@ 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.45 ,<1.52" ,
59+ " cfn-lint>=1.51.3 ,<1.52" ,
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]
6363
6464[project .optional-dependencies ]
6565pre-dev = [
66- " ruff==0.15.12 " ,
66+ " ruff==0.15.13 " ,
6767]
6868dev = [
6969 " aws-sam-cli[pre-dev]" ,
7070 " coverage==7.14.0" ,
7171 " pytest-cov==7.1.0" ,
7272 " mypy==2.1.0" ,
7373 " types-pywin32==311.0.0.20260508" ,
74- " types-PyYAML==6.0.12.20260510 " ,
74+ " types-PyYAML==6.0.12.20260518 " ,
7575 " types-chevron==0.14.2.20260408" ,
76- " types-psutil==7.2.2.20260508 " ,
76+ " types-psutil==7.2.2.20260518 " ,
7777 " types-setuptools==82.0.0.20260508" ,
78- " types-Pygments==2.20.0.20260508 " ,
78+ " types-Pygments==2.20.0.20260518 " ,
7979 " types-colorama==0.4.15.20260508" ,
8080 " types-dateparser==1.4.0.20260508" ,
81- " types-docutils==0.22.3.20260508 " ,
81+ " types-docutils==0.22.3.20260518 " ,
8282 " types-jsonschema==4.26.0.20260508" ,
8383 " types-pyOpenSSL==24.1.0.20240722" ,
8484 " types-requests==2.33.0.20260513" ,
@@ -92,7 +92,7 @@ dev = [
9292 " pytest-metadata==3.1.1" ,
9393 " pytest-json-report-wip==1.5.1" ,
9494 " filelock==3.29.0" ,
95- " black==26.3.1 " ,
95+ " black==26.5.0 " ,
9696 " psutil==7.2.2" ,
9797 " chardet<6" ,
9898]
0 commit comments