From 0a149bfc198a3d41b17d0ffdca5617476739b2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:34:36 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.16.0 to 1.16.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.16.0 to 1.16.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.16.0...v1.16.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1734d81a9..20042b414 100644 --- a/poetry.lock +++ b/poetry.lock @@ -246,13 +246,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.16.0" +version = "1.16.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.16.0-py3-none-any.whl", hash = "sha256:c2f628e18edc76e8d4969821a16e584807583bc8bd967fecfce1327b662f273b"}, - {file = "cfn_lint-1.16.0.tar.gz", hash = "sha256:c341a1bf28e95dbc01a6dd7c76a3cf3d0c9b8d52a5a4539c60bd4130fcefc766"}, + {file = "cfn_lint-1.16.1-py3-none-any.whl", hash = "sha256:071970610f227f6998e9b6f72514d3f068d24c49cb296c072be9c0d4992c405a"}, + {file = "cfn_lint-1.16.1.tar.gz", hash = "sha256:e7b6a2fbb39368974044e7ecd109bed56224cf11b9bd92ebeb5e8ae5d5754725"}, ] [package.dependencies] @@ -1647,4 +1647,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "13ce8f7922aebe3d6425f0d705dc9777c5ca68fcd1f78e97785b1687186c2a0f" +content-hash = "e00b40f1c63a9933db8a876bdbba398a5b2a67e7b65dc96af3e05c1e772a40e2" diff --git a/pyproject.toml b/pyproject.toml index 76f9b8482..03e309c06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,14 +36,14 @@ boto3 = "^1.35.37" argparse = "^1.4.0" pre-commit = "^4.0.1" pytest = "^8.3.3" -cfn-lint = "^1.16.0" +cfn-lint = "^1.16.1" pyjwt = {extras = ["crypto"], version = "^2.9.0"} [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.1" -cfn-lint = "^1.16.0" +cfn-lint = "^1.16.1" black = "^24.10.0" flake8 = "^7.1.1" jinja2 = "^3.1.4"