diff --git a/poetry.lock b/poetry.lock index 7c6929a77..6df9fa9e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,13 +220,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.9.4" +version = "1.9.5" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.9.4-py3-none-any.whl", hash = "sha256:8cb4b9edc7b3b0f2449152a87cf9844ad69e6c51dda6bd6003f78c11e5126574"}, - {file = "cfn_lint-1.9.4.tar.gz", hash = "sha256:550219b5f0a54c0d6ed331c22753bda6769eb69cbcc5f3b0bc0319377f366d61"}, + {file = "cfn_lint-1.9.5-py3-none-any.whl", hash = "sha256:5fb0d5e90b32fc28debde0b094ae6ad8ecd098c361697894a6a4e0a02900ea3b"}, + {file = "cfn_lint-1.9.5.tar.gz", hash = "sha256:edba7e282217561fde9f6a6f870b2442a93420ff639f4f2883705306665732a1"}, ] [package.dependencies] @@ -1736,4 +1736,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "358037a2c6b715d00f38787f6d6dd8eb2d9157ac8dd2476c4a65ce88444350f5" +content-hash = "2c153e00f730c3d4b575f328154e16088961e145c700a9a3622a238f2b8ea5c3" diff --git a/pyproject.toml b/pyproject.toml index 96e3bedca..0df9f8c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ boto3 = "^1.34.154" argparse = "^1.4.0" pre-commit = "^3.8.0" pytest = "^8.3.2" -cfn-lint = "^1.9.4" +cfn-lint = "^1.9.5" pyjwt = {extras = ["crypto"], version = "^2.9.0"} proxygen-cli = "^2.1.14" @@ -44,7 +44,7 @@ proxygen-cli = "^2.1.14" [tool.poetry.group.dev.dependencies] pre-commit = "^3.8.0" -cfn-lint = "^1.9.4" +cfn-lint = "^1.9.5" black = "^24.8.0" flake8 = "^7.1.1" jinja2 = "^3.1.4"