From b1623f46ddfa7e1ae1d34df055ddf2d05c19f07c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 1 May 2024 10:19:35 +0000
Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 0.86.4 to 0.87.0
(#189)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint)
from 0.86.4 to 0.87.0.
Release notes
Sourced from cfn-lint's
releases.
Release v0.87.0
CloudFormation Specifications
- Update CloudFormation specs to
171.0.0
(pull #3160)
Fixes
- When using a list param in foreach pass back select statements when
no allowed value (pull #3176)
- Fix an issue with graphs and pydot and not quoting attrs (pull #3177)
- Update I3013
as read replicas don't need backup period (pull #3171)
- Change filenames to be OS specific paths (pull #3170)
- Update E8001
to validate null Condition section (pull #3169)
Changelog
Sourced from cfn-lint's
changelog.
v0.87.0
CloudFormation Specifications
- Update CloudFormation specs to
171.0.0
(pull #3160)
Fixes
- When using a list param in foreach pass back select statements when
no allowed value (pull #3176)
- Fix an issue with graphs and pydot and not quoting attrs (pull #3177)
- Update I3013
as read replicas don't need backup period (pull #3171)
- Change filenames to be OS specific paths (pull #3170)
- Update E8001
to validate null Condition section (pull #3169)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfn-lint&package-manager=pip&previous-version=0.86.4&new-version=0.87.0)](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 | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 821e007a3..6eed76907 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -220,13 +220,13 @@ files = [
[[package]]
name = "cfn-lint"
-version = "0.86.4"
+version = "0.87.0"
description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved"
optional = false
python-versions = "!=4.0,<=4.0,>=3.8"
files = [
- {file = "cfn_lint-0.86.4-py3-none-any.whl", hash = "sha256:2e779afba0acd9878a4e2dc07a93679411495512241a4da9b9d52aca5254334f"},
- {file = "cfn_lint-0.86.4.tar.gz", hash = "sha256:9ee31451a18457f2b27cd064f5d99adbf79afd1402aaf4b614514d13d8bc0174"},
+ {file = "cfn_lint-0.87.0-py3-none-any.whl", hash = "sha256:a374312e906f732141b0fce28c176078f855d3b2ba5d43ef376c86ad14e11d4b"},
+ {file = "cfn_lint-0.87.0.tar.gz", hash = "sha256:749b7e52a2d83f1236e87ef9c244910ffff609bcdf357eab0814ed80c076de11"},
]
[package.dependencies]
@@ -1737,4 +1737,4 @@ termcolor = ">=2.3,<3.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
-content-hash = "39a576be17e0c4473e188549d3007ea7525e18787bbb185faaa9dd8f18ee6bc3"
+content-hash = "ef5608e2466c6531cb7d86660fcb4528e65143fc321c1a31242d474bff08ff08"
diff --git a/pyproject.toml b/pyproject.toml
index da53f9c81..d1892b5c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ boto3 = "^1.34.94"
argparse = "^1.4.0"
pre-commit = "^3.5.0"
pytest = "^8.2.0"
-cfn-lint = "^0.86.4"
+cfn-lint = "^0.87.0"
pyjwt = "^2.8.0"
proxygen-cli = "^2.1.13"
@@ -44,7 +44,7 @@ proxygen-cli = "^2.1.13"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.7.0"
-cfn-lint = "^0.86.4"
+cfn-lint = "^0.87.0"
black = "^24.4.2"
flake8 = "^7.0.0"
jinja2 = "^3.1.3"