From 2b39cd0920a598f6df5844d83c4b9fea79c9028f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 10:46:51 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.83.2 to 0.83.3 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.83.2 to 0.83.3. - [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-cloudformation/cfn-python-lint/compare/v0.83.2...v0.83.3) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fed372611e2..c7f17662d9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,13 +503,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "0.83.2" +version = "0.83.3" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.7, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.83.2.tar.gz", hash = "sha256:121a0093fbd04ed4b5017e6a52df6969d38bb62a13b5363429c0f2795c6b8d45"}, - {file = "cfn_lint-0.83.2-py3-none-any.whl", hash = "sha256:58ba0a0138f59ea87970cc1f331a2bd732ca3d2c6f7eeabd3ea5566041366689"}, + {file = "cfn-lint-0.83.3.tar.gz", hash = "sha256:cb1b5da6f3f15742f07f89006b9cc6ca459745f350196b559688ac0982111c5f"}, + {file = "cfn_lint-0.83.3-py3-none-any.whl", hash = "sha256:7acb5c40b6ae454006bfa19d586c67d0c4ed9a6dbb344fd470bc773981a0642a"}, ] [package.dependencies] @@ -3224,4 +3224,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "5486a0f821157c86d8762129746fc591c83201deee2ad86952425bd8e4d4bc07" +content-hash = "f469d715404393cd033b2ed304d6f13901096a6da18176ad280aff350e5dfe6f" diff --git a/pyproject.toml b/pyproject.toml index 3511d2eaab8..c3f7447944a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ datadog = ["datadog-lambda"] datamasking-aws-sdk = ["aws-encryption-sdk"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.83.2" +cfn-lint = "0.83.3" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"