From 604d32292a2144bc57463e3d3462ff68b1e2adea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 09:35:54 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.38.2 to 1.38.3 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.38.2 to 1.38.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.38.2...v1.38.3) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.38.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 891bbe1e8ac..5fb1092a23e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1126,14 +1126,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.38.2" +version = "1.38.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.38.2-py3-none-any.whl", hash = "sha256:8b6292df12b53e6dbb67eb096cb12ee5b7377f67d8c79b97ab7271c91ee133be"}, - {file = "cfn_lint-1.38.2.tar.gz", hash = "sha256:2febd202f98a14da27feb1d6799f11f5dfdd3f3f1e89afdcb3688423bed1fd8f"}, + {file = "cfn_lint-1.38.3-py3-none-any.whl", hash = "sha256:c172628144a36225c4046ddf933ef770cf1ea672e3d111e13bc5d14f37b01b9e"}, + {file = "cfn_lint-1.38.3.tar.gz", hash = "sha256:954fe80fdcd7676db48a2cee0680bcecc517a2677b49058fd5d71c3d21e9f00a"}, ] [package.dependencies] @@ -4987,4 +4987,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "f17c64c201946f57e25f144e283c40832d7fde85a7c5cd0aa8f4013ab1595da5" +content-hash = "5d5448c7de76c669de6c2d792e2142e4eaa20fbd835cb80dd88f7c26de12af28" diff --git a/pyproject.toml b/pyproject.toml index 387954956e0..109f05f9807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ urllib3 = [ { version = ">=1.25.4,!=2.2.0,<3", python = ">=3.10" }, ] requests = ">=2.32.0" -cfn-lint = "1.38.2" +cfn-lint = "1.38.3" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"