From 362c329c8360f1b20249674d0b35e774f3feff06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:52:49 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.5.2 to 1.5.3 (#514) 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.5.2 to 1.5.3.
Release notes

Sourced from cfn-lint's releases.

Release v1.5.3

What's Changed

Full Changelog: https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.2...v1.5.3

Changelog

Sourced from cfn-lint's changelog.

v1.5.3

What's Changed

Full Changelog: https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.2...v1.5.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfn-lint&package-manager=pip&previous-version=1.5.2&new-version=1.5.3)](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> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0e65c23e4..af0696398 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,13 +220,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.5.2" +version = "1.5.3" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.5.2-py3-none-any.whl", hash = "sha256:a2da6b02da5316fd451a280271a226d6b1cdaefab8a92b51b11c0e5e0dc129b2"}, - {file = "cfn_lint-1.5.2.tar.gz", hash = "sha256:a2d15bf02727233fb6dd8d813fa0cbe5cce8a1b42d133e65e2fa0534b17c4f72"}, + {file = "cfn_lint-1.5.3-py3-none-any.whl", hash = "sha256:9376bc1e7b09fc40ad74a312e23ac0ff81ea041581e7f50f200bf1218fa533b2"}, + {file = "cfn_lint-1.5.3.tar.gz", hash = "sha256:1120546d068d5ad3b2f1a646f0a26f797d4eb273583dba7c13e335ee1a2332ed"}, ] [package.dependencies] @@ -1725,4 +1725,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "57521bf40e4a1e50dbffb72cac30ca634de9a7ca92e6a4a0e303d6ba0e327274" +content-hash = "fef1b43acc86ffd98eac2841f4ca2c73f2b031e3cadbf409930eaaff8b633f6e" diff --git a/pyproject.toml b/pyproject.toml index fd4b42adf..1b06ddb24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ boto3 = "^1.34.142" argparse = "^1.4.0" pre-commit = "^3.7.1" pytest = "^8.2.2" -cfn-lint = "^1.5.2" +cfn-lint = "^1.5.3" pyjwt = {extras = ["crypto"], version = "^2.8.0"} proxygen-cli = "^2.1.14" @@ -44,7 +44,7 @@ proxygen-cli = "^2.1.14" [tool.poetry.group.dev.dependencies] pre-commit = "^3.7.1" -cfn-lint = "^1.5.2" +cfn-lint = "^1.5.3" black = "^24.4.2" flake8 = "^7.1.0" jinja2 = "^3.1.4"