From e76810270096375a71ed01848fd8c28a87d6def6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 01:20:36 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.23.0 to 1.23.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.23.0 to 1.23.1. - [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.23.0...v1.23.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production 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 c82bfabc..6d3de0bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -209,13 +209,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.23.0" +version = "1.23.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.23.0-py3-none-any.whl", hash = "sha256:1b7b45920fba6a17cc3d1a8d76f517f683f072b85c1a133d290621fdde934852"}, - {file = "cfn_lint-1.23.0.tar.gz", hash = "sha256:c9268e214baebec03baf7c4f483cfe8dac4c45cba4550f64fb283bdca6ba9996"}, + {file = "cfn_lint-1.23.1-py3-none-any.whl", hash = "sha256:6f89f557dea6484cd5bc1b32cef91e9898dd1d98f12d5b59a7f6baf9cf61b7ee"}, + {file = "cfn_lint-1.23.1.tar.gz", hash = "sha256:2ee8722673414a3993921d87cc1893934d313b9b953da7a91442f81958d86644"}, ] [package.dependencies] @@ -1517,4 +1517,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "da12aebba1a0ceb08078974edf09e77384b3aef65b53ef1e135c3e154cab152d" +content-hash = "3e80449d9c88f5c18b18c6a73c3cf9996740f0fdc29bd74cb8779f9d22673668" diff --git a/pyproject.toml b/pyproject.toml index 24355589..28573356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ jsonpath-rw = "^1.4.0" semver = "^3.0.4" gitpython = "^3.1.44" pre-commit = "^4.1.0" -cfn-lint = "^1.23.0" +cfn-lint = "^1.23.1" proxygen-cli = "^2.1.19" [tool.poetry.dev-dependencies]