From b976a62e5db4f488df4ddc759405f2ac2ae2fcf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:04:27 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.44.0 to 1.45.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.44.0 to 1.45.0. - [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.44.0...v1.45.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.45.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 672269f0..41e38110 100644 --- a/poetry.lock +++ b/poetry.lock @@ -111,14 +111,14 @@ files = [ [[package]] name = "cfn-lint" -version = "1.44.0" +version = "1.45.0" 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.44.0-py3-none-any.whl", hash = "sha256:25f04e9727330226d01e7ff99cdda535d3bac20be0c5cb03ecbea38405fcdaaa"}, - {file = "cfn_lint-1.44.0.tar.gz", hash = "sha256:b17cbcc24852035a2a0cae2afe45f7e0b8694d7439c76a0e775dcfb6703a73d3"}, + {file = "cfn_lint-1.45.0-py3-none-any.whl", hash = "sha256:39aed0cdb3be4d09fad4ca4e410790313c1b6a4e4a9f0362dac1b1980dd48978"}, + {file = "cfn_lint-1.45.0.tar.gz", hash = "sha256:0a05b34eff63f45d7b9b0465e01dca6c2035b730bd88910dca8c4bcf00913939"}, ] [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 = "63661fc6fae9a52d0ce7d10003fcd01af0b3c92469548269b423d5a7037b3675" +content-hash = "c62fa076a59e9c69dc58c68082d8f348be528d5023593e0572f9e3c35c7385d9" diff --git a/pyproject.toml b/pyproject.toml index 632ba645..3ebe8077 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.44.0" +cfn-lint = "^1.45.0" [tool.poetry.scripts]