From 437ffac048ede8e26130160fb1219ab666d326ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:26:10 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.9.5 to 1.9.6 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.9.5 to 1.9.6. - [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.9.5...v1.9.6) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1e175cfe8..01b2ab00f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -246,13 +246,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.9.5" +version = "1.9.6" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.9.5-py3-none-any.whl", hash = "sha256:5fb0d5e90b32fc28debde0b094ae6ad8ecd098c361697894a6a4e0a02900ea3b"}, - {file = "cfn_lint-1.9.5.tar.gz", hash = "sha256:edba7e282217561fde9f6a6f870b2442a93420ff639f4f2883705306665732a1"}, + {file = "cfn_lint-1.9.6-py3-none-any.whl", hash = "sha256:528446b9131363d93aca6cb34e2276356e6201e2c74fdb98270e723d5806a8eb"}, + {file = "cfn_lint-1.9.6.tar.gz", hash = "sha256:c2ebd44ce3a412144f7d147f9fd5e3c6a9daec8db61f8cdc1670d05d38c4708a"}, ] [package.dependencies] @@ -1647,4 +1647,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c183c6580b6f88c21e2513e061cde77bf12cfc5db81ddd1e69dfd5b03a42b56c" +content-hash = "a5f64308c80cee3de4a7f9e71344c0613124c1fcdf330706133848af921c9018" diff --git a/pyproject.toml b/pyproject.toml index 9001c1c60..007e08f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,14 +36,14 @@ boto3 = "^1.34.155" argparse = "^1.4.0" pre-commit = "^3.8.0" pytest = "^8.3.2" -cfn-lint = "^1.9.5" +cfn-lint = "^1.9.6" pyjwt = {extras = ["crypto"], version = "^2.9.0"} [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] pre-commit = "^3.8.0" -cfn-lint = "^1.9.5" +cfn-lint = "^1.9.6" black = "^24.8.0" flake8 = "^7.1.1" jinja2 = "^3.1.4"