From 97ac3e36fff495d503fc2127e73dcf7606f1a7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:57:40 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.3.5 to 1.3.7 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.3.5 to 1.3.7. - [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.3.5...v1.3.7) --- 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 9769f83ed..da8f9bdfe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,13 +220,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.3.5" +version = "1.3.7" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.3.5-py3-none-any.whl", hash = "sha256:76ad91b53454c7d2f7b7215d33544d3d4d821af8b1a3723186ab6b533cd82684"}, - {file = "cfn_lint-1.3.5.tar.gz", hash = "sha256:e535c1c8c007a7ccf6dce8deb0556d0bf0ee0c9e5d0ef839dd807d1e526dc957"}, + {file = "cfn_lint-1.3.7-py3-none-any.whl", hash = "sha256:5a75b952eebbe2feee2ceec77ba74b0a3b9b846115597bd25aa87b63feab0c72"}, + {file = "cfn_lint-1.3.7.tar.gz", hash = "sha256:be7229290945f91302cef12e76ceb8120939d3f738a9f29b6b7d5a9d90c4f1b8"}, ] [package.dependencies] @@ -1724,4 +1724,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "1034d9652ad2f4ca6a00ccca6a9af0ea26dcb45f09d92320eb45885afd131445" +content-hash = "bb556072cd63165e521cd50294c5b258704c1fb7f1459a7be62467eec039c5cd" diff --git a/pyproject.toml b/pyproject.toml index 01f9b372c..2247d98df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ boto3 = "^1.34.134" argparse = "^1.4.0" pre-commit = "^3.7.1" pytest = "^8.2.2" -cfn-lint = "^1.3.5" +cfn-lint = "^1.3.7" 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.3.5" +cfn-lint = "^1.3.7" black = "^24.4.2" flake8 = "^7.1.0" jinja2 = "^3.1.4"