From 57c0e6411551cf4fc04e582105783d8e6c5c1212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:31:18 +0000 Subject: [PATCH] Bump cfn-lint from 1.20.0 to 1.20.2 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.20.0 to 1.20.2. - [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.20.0...v1.20.2) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index 318d02b..7c93ca4 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -1,6 +1,6 @@ -r requirements-its_live_monitoring.txt -r requirements-status-messages.txt -cfn-lint==1.20.0 +cfn-lint==1.20.2 ruff==0.8.0 pytest==8.3.4 responses==0.25.3