From 6a13b4f13c7b40a833b5d51fcab3ceb804dcee05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:53:41 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.22.7 to 1.23.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.7 to 1.23.1. - [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.22.7...v1.23.1) --- updated-dependencies: - dependency-name: cfn-lint 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 6b5ab1a0..3c1abd4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,13 +112,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.22.7" +version = "1.23.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.22.7-py3-none-any.whl", hash = "sha256:6ae732fd11cba6b01ce577fe4d985c407166010faf385eb5b30236916b02ad29"}, - {file = "cfn_lint-1.22.7.tar.gz", hash = "sha256:0cd99a217c3f197939b15dd0badfa49e90142d315c78e644f07bb8d943dd1b3e"}, + {file = "cfn_lint-1.23.1-py3-none-any.whl", hash = "sha256:6f89f557dea6484cd5bc1b32cef91e9898dd1d98f12d5b59a7f6baf9cf61b7ee"}, + {file = "cfn_lint-1.23.1.tar.gz", hash = "sha256:2ee8722673414a3993921d87cc1893934d313b9b953da7a91442f81958d86644"}, ] [package.dependencies] @@ -1135,4 +1135,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.12.7" -content-hash = "41ecc43d39dd65fcf314fdb3916a8b38d85e2071be6b886e700f90d282383cc0" +content-hash = "bcee30a8c763a05eca24568053186fb62f58a4be7864e199824e18390ac5905c" diff --git a/pyproject.toml b/pyproject.toml index edf0570e..7fc273de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requests = "^2.32.3" flake8 = "^7.1.1" pip-licenses = "^5.0.0" pre-commit = "^4.1.0" -cfn-lint = "^1.22.7" +cfn-lint = "^1.23.1" [tool.poetry.scripts]