diff --git a/poetry.lock b/poetry.lock index d540d4629c9..7f9ad6c959c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1128,14 +1128,14 @@ pycparser = {version = "*", markers = "implementation_name != \"PyPy\""} [[package]] name = "cfn-lint" -version = "1.43.1" +version = "1.43.2" 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.43.1-py3-none-any.whl", hash = "sha256:870b9605630d27085da2524a74df3de1d420aa3dd0a6a9421e0b7b233dac6aed"}, - {file = "cfn_lint-1.43.1.tar.gz", hash = "sha256:e2d1ed5d4168459db59567ceadf55ad8ea3fd6968c67c853a2e082ea9b1ba49a"}, + {file = "cfn_lint-1.43.2-py3-none-any.whl", hash = "sha256:e86181a94fa0c474a7bdd653b63758c1e9f5962391ff4b04a2e80ae646cc6f05"}, + {file = "cfn_lint-1.43.2.tar.gz", hash = "sha256:c27a2e0b2665925af03e5140236dcd0c117233e224a6d2209bf0930c88fc0271"}, ] [package.dependencies] @@ -5107,4 +5107,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0.0" -content-hash = "4834ce3af2d7d16cf97c388bbdf8abe5849943e4f441d15268ec27116f80c5b9" +content-hash = "45ff4588e3d2263d77c85badb0f92ec2541dc48c83a1395fe8ff9dd55dabb7d5" diff --git a/pyproject.toml b/pyproject.toml index 873056599a6..a9dea89cfe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = ">=1.25.4,!=2.2.0,<3" requests = ">=2.32.0" -cfn-lint = "1.43.1" +cfn-lint = "1.43.2" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"