From 5517f1d4cd04dba8d7121cb6d820e5ead2b19910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:35:46 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.22.6 to 1.22.7 (#5910) Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.6 to 1.22.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.22.6...v1.22.7) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1425cd0261a..fe73c5cfe20 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1070,13 +1070,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.22.6" +version = "1.22.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.22.6-py3-none-any.whl", hash = "sha256:70e8cc71ed12608964bdc1749c48140164d1fd65c30f3a5eaff4f9ee3396d908"}, - {file = "cfn_lint-1.22.6.tar.gz", hash = "sha256:0652daf9e86d823f6513d430d233682b940806b6aad74cba2e4dc07de9603d84"}, + {file = "cfn_lint-1.22.7-py3-none-any.whl", hash = "sha256:6ae732fd11cba6b01ce577fe4d985c407166010faf385eb5b30236916b02ad29"}, + {file = "cfn_lint-1.22.7.tar.gz", hash = "sha256:0cd99a217c3f197939b15dd0badfa49e90142d315c78e644f07bb8d943dd1b3e"}, ] [package.dependencies] @@ -4430,4 +4430,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0.0" -content-hash = "8cab6b378f9056bd9fc0dd7eb8bb79ac7b57385ab059e59652da96e1a3a7eb61" +content-hash = "c3c5d4004da5f472f4276af465232be3dcc07d9f98b1d4f5c662c1ad1603c857" diff --git a/pyproject.toml b/pyproject.toml index 671b31b0000..401083980a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.22.6" +cfn-lint = "1.22.7" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"