From db45c9d74f0b1cd9d9ffef0d028ddeea1b25adb1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 20 Mar 2025 08:34:21 +0000
Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.31.0 to 1.31.3

Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.31.0 to 1.31.3.
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-cloudformation/cfn-lint/compare/v1.31.0...v1.31.3)

---
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 poetry.lock    | 8 ++++----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 73186fcb846..f358b8ef36e 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1122,14 +1122,14 @@ pycparser = "*"
 
 [[package]]
 name = "cfn-lint"
-version = "1.31.0"
+version = "1.31.3"
 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.31.0-py3-none-any.whl", hash = "sha256:23c75c8e345635ea65525559d4b3481c466159b4648b36f560dc7d43baa951bc"},
-    {file = "cfn_lint-1.31.0.tar.gz", hash = "sha256:0a1ef7c3ad400fc8530c7785c6597706727ee7d3fc525e541f20d547c86fcd5d"},
+    {file = "cfn_lint-1.31.3-py3-none-any.whl", hash = "sha256:06b5e87e9dc64e34ac96cdc8763a96b0d15dd4d792df9992b3fd71629152ea6a"},
+    {file = "cfn_lint-1.31.3.tar.gz", hash = "sha256:94fdd8ae154af77750c2502e4d78bbfcfeeaa9437d883de72adda91c3ee0d957"},
 ]
 
 [package.dependencies]
@@ -4918,4 +4918,4 @@ validation = ["fastjsonschema"]
 [metadata]
 lock-version = "2.1"
 python-versions = ">=3.9,<4.0.0"
-content-hash = "080d574c81684bb8a03d5c2c79b596cb085191903e81348deae4d36aa4a6ff04"
+content-hash = "370fc67d2eb31a7cfd45a40e3bea192637a187ed90166497333977c51fcb8aaa"
diff --git a/pyproject.toml b/pyproject.toml
index 148320dbfa9..cb691e2d778 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -107,7 +107,7 @@ hvac = "^2.3.0"
 aws-requests-auth = "^0.4.3"
 urllib3 = "<2"
 requests = ">=2.32.0"
-cfn-lint = "1.31.0"
+cfn-lint = "1.31.3"
 mypy = "^1.1.1"
 types-python-dateutil = "^2.8.19.6"
 aws-cdk-aws-appsync-alpha = "^2.59.0a0"