From 43abc7d8dd6be459e7e1607004ffc8e0766645b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:45:50 +0000 Subject: [PATCH] Bump cfn-lint from 0.83.3 to 0.83.4 (#14) Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.83.3 to 0.83.4.
Release notes

Sourced from cfn-lint's releases.

Release v0.83.4

CloudFormation Specifications
Changelog

Sourced from cfn-lint's changelog.

v0.83.4

CloudFormation Specifications
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfn-lint&package-manager=pip&previous-version=0.83.3&new-version=0.83.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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 48e5ae6..11de0aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -170,17 +170,17 @@ files = [ [[package]] name = "cfn-lint" -version = "0.83.3" +version = "0.83.4" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.7, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.83.3.tar.gz", hash = "sha256:cb1b5da6f3f15742f07f89006b9cc6ca459745f350196b559688ac0982111c5f"}, - {file = "cfn_lint-0.83.3-py3-none-any.whl", hash = "sha256:7acb5c40b6ae454006bfa19d586c67d0c4ed9a6dbb344fd470bc773981a0642a"}, + {file = "cfn-lint-0.83.4.tar.gz", hash = "sha256:fe386419ec2c92ffd795a9d1e1bea8131c9c8fae90e7a823f43da2fff82e9af7"}, + {file = "cfn_lint-0.83.4-py3-none-any.whl", hash = "sha256:5e9409e950590c772696a5298fb1dde7d22ca2da431fc6b8dd2de96434a964b7"}, ] [package.dependencies] -aws-sam-translator = ">=1.79.0" +aws-sam-translator = ">=1.80.0" jschema-to-python = ">=1.2.3,<1.3.0" jsonpatch = "*" jsonschema = ">=3.0,<5" @@ -1600,4 +1600,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a58d35c3661c159da934f15eb274349acb4eda2564b017fe6d7e581e2d47c02c" +content-hash = "15293f8a3d468996c54ff0f547c14926055ef385742eef20de17958b9edbc526" diff --git a/pyproject.toml b/pyproject.toml index 569b78f..b4e7cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ boto3 = "^1.33.6" argparse = "^1.4.0" pre-commit = "^3.5.0" pytest = "^7.4.3" -cfn-lint = "^0.83.3" +cfn-lint = "^0.83.4" [tool.poetry.dev-dependencies] flake8 = "^5.0.4"