diff --git a/poetry.lock b/poetry.lock index ab07bb4e87..f0486115eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -257,14 +257,14 @@ files = [ [[package]] name = "cfn-lint" -version = "1.32.1" +version = "1.32.3" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "cfn_lint-1.32.1-py3-none-any.whl", hash = "sha256:a8ea63ac8daa69a66a54a796998362fd063d9ba1e9c1fc3c932213b0c027669c"}, - {file = "cfn_lint-1.32.1.tar.gz", hash = "sha256:10282c0ec7fc6391da4877d9381a6b954f3c54ddcc0d3c97ee86f4783b5ae680"}, + {file = "cfn_lint-1.32.3-py3-none-any.whl", hash = "sha256:94ec87e9186dc2cd7d718eb14b4330cbc77889753310fa35600d8c94470bf8d5"}, + {file = "cfn_lint-1.32.3.tar.gz", hash = "sha256:a5723e7c7ef537d70b098d43f42f9670ea9856cb21d1699efd7fd9e3aaab26c1"}, ] [package.dependencies] @@ -1793,4 +1793,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "7442bcfe9715ef49274a906d214e617785c4c39dc21f3fddadfb3811181cf113" +content-hash = "df85d7080957a363b5c2469464294d7268156fcad1b6bf5ffbec6150985559b0" diff --git a/pyproject.toml b/pyproject.toml index 4b21c8d68a..e15db41da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,14 +37,14 @@ boto3 = "^1.37.25" argparse = "^1.4.0" pre-commit = "^4.1.0" pytest = "^8.3.5" -cfn-lint = "^1.32.1" +cfn-lint = "^1.32.3" pyjwt = {extras = ["crypto"], version = "^2.10.1"} [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] pre-commit = "^4.1.0" -cfn-lint = "^1.32.1" +cfn-lint = "^1.32.3" black = "^25.1.0" flake8 = "^7.2.0" jinja2 = "^3.1.5"