diff --git a/poetry.lock b/poetry.lock index 6b942bdaf..6989d685c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -246,13 +246,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.15.1" +version = "1.15.2" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.15.1-py3-none-any.whl", hash = "sha256:3f7214eb03d9fcaa2f1ca7d066ede43efeaadaed46772394ed35ae5cfc5dd24c"}, - {file = "cfn_lint-1.15.1.tar.gz", hash = "sha256:b7d9296b10ca1fe0840efb1351dbe1648602e0aed60a875f738f0b125fe5a5a1"}, + {file = "cfn_lint-1.15.2-py3-none-any.whl", hash = "sha256:7d6a8784a081ae34ec84872a77e5e4b794796e3a12b0942026ef273ff725c950"}, + {file = "cfn_lint-1.15.2.tar.gz", hash = "sha256:f79ecf79b1fccaef362eeef3fe5735128e6006b86e98ea00b56e6aa412e5d43f"}, ] [package.dependencies] @@ -1647,4 +1647,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d093887c22eed00cd5dd1a359413785d28f8342c205ed802616a99191f593522" +content-hash = "7f18221fbcc83777ab2eb926b8f62d12dd1a3664e54331ca41931635503472c1" diff --git a/pyproject.toml b/pyproject.toml index 0dd2bf0a9..228482bdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,14 +36,14 @@ boto3 = "^1.35.30" argparse = "^1.4.0" pre-commit = "^3.8.0" pytest = "^8.3.3" -cfn-lint = "^1.15.1" +cfn-lint = "^1.15.2" pyjwt = {extras = ["crypto"], version = "^2.9.0"} [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] pre-commit = "^3.8.0" -cfn-lint = "^1.15.1" +cfn-lint = "^1.15.2" black = "^24.8.0" flake8 = "^7.1.1" jinja2 = "^3.1.4"