From d14aaabc97d571d14534f203c13aae03ca52c4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:09:04 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.43.2 to 1.43.3 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.43.2 to 1.43.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.43.2...v1.43.3) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.43.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 1470765..46d0f85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -111,14 +111,14 @@ files = [ [[package]] name = "cfn-lint" -version = "1.43.2" +version = "1.43.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.43.2-py3-none-any.whl", hash = "sha256:e86181a94fa0c474a7bdd653b63758c1e9f5962391ff4b04a2e80ae646cc6f05"}, - {file = "cfn_lint-1.43.2.tar.gz", hash = "sha256:c27a2e0b2665925af03e5140236dcd0c117233e224a6d2209bf0930c88fc0271"}, + {file = "cfn_lint-1.43.3-py3-none-any.whl", hash = "sha256:bf839130964903566e0d3ae738884c84b1a1aba60853aeca2240caca405d8e63"}, + {file = "cfn_lint-1.43.3.tar.gz", hash = "sha256:28ad830a84355c8b93bc557524df06131a7dd5d3c7e2cc7352a9903beeb4f704"}, ] [package.dependencies] @@ -1191,4 +1191,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "9f991d6b34ade62cc62e2103a80cfa28a801f80c6df1d5484c0820b909ec9cf7" +content-hash = "f75e478b9bae353907d0db8aada1876254b2be77541b1b2ae097b74e0f456516" diff --git a/pyproject.toml b/pyproject.toml index fadff78..2d21a4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,6 @@ requests = "^2.32.5" [tool.poetry.group.dev.dependencies] pre-commit = "^4.5.1" -cfn-lint = "^1.43.2" +cfn-lint = "^1.43.3" [tool.poetry.scripts]