From 509169bf5a325a9ef18d45210c34d4eddf56c02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:07:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20cfn-lint=20from=201?= =?UTF-8?q?.9.3=20to=201.9.4=20(#396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.9.3 to 1.9.4.
Release notes

Sourced from cfn-lint's releases.

Release v1.9.4

What's Changed

Full Changelog: https://github.com/aws-cloudformation/cfn-lint/compare/v1.9.3...v1.9.4

Changelog

Sourced from cfn-lint's changelog.

v1.9.4

What's Changed

Full Changelog: https://github.com/aws-cloudformation/cfn-lint/compare/v1.9.3...v1.9.4

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfn-lint&package-manager=pip&previous-version=1.9.3&new-version=1.9.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e7d8713b..55b8af11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,13 +174,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.9.3" +version = "1.9.4" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.9.3-py3-none-any.whl", hash = "sha256:18eba3e8dfdaabf8cacac160c77af9a12b00853607a32265fda91c03b342cced"}, - {file = "cfn_lint-1.9.3.tar.gz", hash = "sha256:a24288d29807b00770246f01f483d001a3dd991cd2851a685527318aa68ee45a"}, + {file = "cfn_lint-1.9.4-py3-none-any.whl", hash = "sha256:8cb4b9edc7b3b0f2449152a87cf9844ad69e6c51dda6bd6003f78c11e5126574"}, + {file = "cfn_lint-1.9.4.tar.gz", hash = "sha256:550219b5f0a54c0d6ed331c22753bda6769eb69cbcc5f3b0bc0319377f366d61"}, ] [package.dependencies] @@ -1521,4 +1521,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4190c09c529c47067f9aa0ce166b9699b8817f7380352318f34e0aba32843697" +content-hash = "297cf964a60b536806a34d3bcb6ed80a9c42d94787811c5abce84636fe968904" diff --git a/pyproject.toml b/pyproject.toml index e43da82f..88b1278c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ boto3 = "^1.34.153" argparse = "^1.4.0" pre-commit = "^3.5.0" pytest = "^8.3.2" -cfn-lint = "^1.9.3" +cfn-lint = "^1.9.4" [tool.poetry.dev-dependencies] flake8 = "^5.0.4"