diff --git a/pyproject.toml b/pyproject.toml index aff613c..8d7bff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,13 +13,13 @@ readme = "README.md" license = "AGPL-3.0-or-later" requires-python = ">=3.9" dependencies = [ - "boto3==1.35.9", + "boto3==1.35.11", "mock==5.1.0", "Jinja2==3.1.4", "click==8.1.7", "pexpect==4.9.0", "python-minifier==2.9.0", - "cfn-lint==1.11.1", + "cfn-lint==1.12.1", "ruamel.yaml==0.18.6", "pulumi==3.130.0", "pulumi-aws==6.50.1",