From ce0ee4f733fcbd3ccef39c4aec3a3b9aca39a7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:21:21 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 24 +++++------------------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/poetry.lock b/poetry.lock index 74dc0fe18ec..1a63635f80f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "anyio" @@ -573,13 +573,13 @@ pycparser = "*" [[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] @@ -3337,20 +3337,6 @@ files = [ [package.dependencies] types-urllib3 = "*" -[[package]] -name = "types-requests" -version = "2.32.0.20240622" -description = "Typing stubs for requests" -optional = false -python-versions = ">=3.8" -files = [ - {file = "types-requests-2.32.0.20240622.tar.gz", hash = "sha256:ed5e8a412fcc39159d6319385c009d642845f250c63902718f605cd90faade31"}, - {file = "types_requests-2.32.0.20240622-py3-none-any.whl", hash = "sha256:97bac6b54b5bd4cf91d407e62f0932a74821bc2211f22116d9ee1dd643826caf"}, -] - -[package.dependencies] -urllib3 = ">=2" - [[package]] name = "types-setuptools" version = "70.1.0.20240625" @@ -3716,4 +3702,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "25868c659cf950a66656c81b83c7ff3dfd1b21fb221e2f1cbd57b058323ae114" +content-hash = "f6a5e4084c520cd10cb363e2063018a4ec1ba209bc240405dbc5af07fb88f7cd" diff --git a/pyproject.toml b/pyproject.toml index d8142524122..daacf7cd36d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.3.5" +cfn-lint = "1.3.7" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"