From 366a1cd05be6bf2d964f104222356ad6df6c71c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:53:21 +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 3cea31e28..bd2cc8859 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 = "bc8562f6691714914bfb59fa8dd6e2d6246183ba2278678330332460c1172d4b" +content-hash = "38aaad296097d2348e68725588e167dcba7bf826ce3b0da3618b8044689acf73" diff --git a/pyproject.toml b/pyproject.toml index 33cd229dd..5544ce31b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,14 +36,14 @@ boto3 = "^1.35.38" 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"