From 8f7e2def8df4710f9ddd25871a1b9ede3c8bd565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:47:20 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.85.3 to 0.86.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.85.3 to 0.86.0. - [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.85.3...v0.86.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-minor ... 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 499c3ecaefb..4cc2a45d1af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -485,13 +485,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "0.85.3" +version = "0.86.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.85.3.tar.gz", hash = "sha256:efed015205051664285f0aedac106209c80f8b251b231fce93d0911db0e07cec"}, - {file = "cfn_lint-0.85.3-py3-none-any.whl", hash = "sha256:53121526fe50c04a3551379fd835417d7c05959280df8869e12070946af977a3"}, + {file = "cfn-lint-0.86.0.tar.gz", hash = "sha256:7216e9c10dd27af73821d0ae79b17406cd89f5dfbc25feb5d2ba756eb6e9a651"}, + {file = "cfn_lint-0.86.0-py3-none-any.whl", hash = "sha256:70cefa0ab91e35698cd8c03a2f99a367d71d848da5a62123192552937652d542"}, ] [package.dependencies] @@ -3440,4 +3440,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "5dffe94ceaed4ca764e577cf2ba38b7df5a1d53247c7535fc6d3f5f8906167b3" +content-hash = "c0a29241a0047b295afb73576d13071d66f74df5ccb6f5339831ea1b44065406" diff --git a/pyproject.toml b/pyproject.toml index cc35051c274..6a23f5ef4df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.85.3" +cfn-lint = "0.86.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.28.0"