diff --git a/poetry.lock b/poetry.lock index 70901d39fd6..013bf9bde63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1075,14 +1075,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.34.0" +version = "1.34.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "cfn_lint-1.34.0-py3-none-any.whl", hash = "sha256:b7a42e5283ec775f9cbbb3d12124306a4c9312ef1da3630d0b8e5e5388d32f01"}, - {file = "cfn_lint-1.34.0.tar.gz", hash = "sha256:c3f63ac641c005ee5c199c5cedc5b921b716af315096f3a74f2c80e002627a2c"}, + {file = "cfn_lint-1.34.1-py3-none-any.whl", hash = "sha256:2c21a908fa5d9b0c1caac2081c10261eaae7fce88364e4edc607717892f36d68"}, + {file = "cfn_lint-1.34.1.tar.gz", hash = "sha256:58f4352c370a710b72b389eda0acd6762e62f926e534d2eb1609d5326ded4bed"}, ] [package.dependencies] @@ -4891,4 +4891,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "21598e3b59bfb05d78a42e08297835805af17060a38ef69ca68fb1b107791086" +content-hash = "df6834296cbd5f59576dfc96c953124a9ec4d14b94bbeb5182b6a889ad1d92eb" diff --git a/pyproject.toml b/pyproject.toml index f1ca1696d4e..7f87088f8f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.34.0" +cfn-lint = "1.34.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"