From ecbb1c9a98cafb2014228832dcdbdfbd081468af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:21:54 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.79.9 to 0.79.10 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.79.9 to 0.79.10. - [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.79.9...v0.79.10) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 86cc9d5b2b7..0e7fa38cc86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -404,13 +404,13 @@ files = [ [[package]] name = "cfn-lint" -version = "0.79.9" +version = "0.79.10" 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.79.9.tar.gz", hash = "sha256:fb8a5fc674ce39469a66d37de19130f4b31fbe4685a19b65ec51c8c8f35e8990"}, - {file = "cfn_lint-0.79.9-py3-none-any.whl", hash = "sha256:e151194ca5b4994d68593f4b0fd3cda3bb28edea2023528ca34ecf82b914eec1"}, + {file = "cfn-lint-0.79.10.tar.gz", hash = "sha256:01eccb77c3e0bb52a91719a468e3713a376395e9444b639bca4dbe1867ebf225"}, + {file = "cfn_lint-0.79.10-py3-none-any.whl", hash = "sha256:cfaadcd601c513a8ec2af1f19da31e8e2f3e36d71b85a38614b08b03bbab466c"}, ] [package.dependencies] @@ -421,7 +421,7 @@ jsonschema = ">=3.0,<4.18" junit-xml = ">=1.9,<2.0" networkx = ">=2.4,<4" pyyaml = ">5.4" -regex = "*" +regex = ">=2021.7.1" sarif-om = ">=1.0.4,<1.1.0" sympy = ">=1.0.0" @@ -3002,4 +3002,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "e3b6f523ab6cd4e141e97272cc82fd9ca626e1adb02fcab04baff3038079f928" +content-hash = "02090d88d0450fa6130d6776050b3c7ca9825e4ebb1b7878d657d30626663273" diff --git a/pyproject.toml b/pyproject.toml index 9ecb63de804..28d664f1a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ aws-sdk = ["boto3"] datadog=["datadog-lambda"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.79.9" +cfn-lint = "0.79.10" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"