diff --git a/poetry.lock b/poetry.lock index 235b0b2af74..a2626dd6348 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1070,13 +1070,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.22.7" +version = "1.23.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.22.7-py3-none-any.whl", hash = "sha256:6ae732fd11cba6b01ce577fe4d985c407166010faf385eb5b30236916b02ad29"}, - {file = "cfn_lint-1.22.7.tar.gz", hash = "sha256:0cd99a217c3f197939b15dd0badfa49e90142d315c78e644f07bb8d943dd1b3e"}, + {file = "cfn_lint-1.23.1-py3-none-any.whl", hash = "sha256:6f89f557dea6484cd5bc1b32cef91e9898dd1d98f12d5b59a7f6baf9cf61b7ee"}, + {file = "cfn_lint-1.23.1.tar.gz", hash = "sha256:2ee8722673414a3993921d87cc1893934d313b9b953da7a91442f81958d86644"}, ] [package.dependencies] @@ -4505,4 +4505,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0.0" -content-hash = "4ab143a3ce04ab9054e157efcb90f694d87985113a5fb97161268d25d35d0280" +content-hash = "38cb8e4a579272ae56eaeceaaf57eefd40471e7a4cc61a44efe76743893a8bf5" diff --git a/pyproject.toml b/pyproject.toml index 5b334cca0f5..526a04c238a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.22.7" +cfn-lint = "1.23.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"