From 2efbfaf8e842116cfa172145e6253d9fc964fff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:37:03 +0000 Subject: [PATCH] build(deps-dev): Bump cfn-lint from 0.87.5 to 1.3.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.87.5 to 1.3.0. - [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/v0.87.5...v1.3.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Pipfile b/Pipfile index 3a79a7d8..6f114a89 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ pyyaml = "~=6.0" watchdog = "~=4.0.0" [dev-packages] -cfn-lint = "~=0.87.1" +cfn-lint = "~=1.3.0" isort = "~=5.13.2" mypy = "~=1.0" pytest = "~=8.2.0" diff --git a/Pipfile.lock b/Pipfile.lock index 8fff7d13..d07a0192 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3f50d32eb1a2d2a45dfa5d5a8aea412a561f35cd7a97e5fc787e6e6de8baae1a" + "sha256": "1b29f663c2f953465495a845daf378e740ac79758e5212d4a96f2432cd071410" }, "pipfile-spec": 6, "requires": { @@ -600,28 +600,28 @@ }, "boto3": { "hashes": [ - "sha256:42b140fc850cf261ee4b1e8ef527fa071b1f1592a6d6a68d34b29f37cc46b4dd", - "sha256:56bec52d485d5670ce96d53ae7b2cd4ae4e8a705fb2298a21093cdd77d642331" + "sha256:b781d267dd5e7583966e05697f6bd45e2f46c01dc619ba0860b042963ee69296", + "sha256:c163fb7135a94e7b8c8c478a44071c843f05e212fa4bec3105f8a437ecbf1bcb" ], "markers": "python_version >= '3.8'", - "version": "==1.34.123" + "version": "==1.34.130" }, "botocore": { "hashes": [ - "sha256:8c34ada2a708c82e7174bff700611643db7ce2cb18f1130c35045c24310d299d", - "sha256:a8577f6574600c4d159b5cd103ee05744a443d77f7778304e17307940b369c4f" + "sha256:a242b3b0a836b14f308a309565cd63e88654cec238f9b73abbbd3c0526db4c81", + "sha256:a3b36e9dac1ed31c4cb3a5c5e540a7d8a9b90ff1d17f87734e674154b41776d8" ], "markers": "python_version >= '3.8'", - "version": "==1.34.123" + "version": "==1.34.130" }, "cfn-lint": { "hashes": [ - "sha256:41e1195712c84d4de70c2ede1113fef0d62b9f2fb237d77e18da4328463c5660", - "sha256:46edd0ed2c46991a0b88df47ea668a602838bafec8993bb23ff5be8a42388b6e" + "sha256:0f7325ff2dd09ca17542d74546b83d93a69443ce9822630340b2f81c00313030", + "sha256:942651bc71ce869f0f32aff48118a62a449064a072f01a51282e18714946fec8" ], "index": "pypi", - "markers": "python_version >= '3.8' and python_version != '4.0' and python_version <= '4.0'", - "version": "==0.87.5" + "markers": "python_version >= '3.8'", + "version": "==1.3.0" }, "iniconfig": { "hashes": [ @@ -794,11 +794,11 @@ }, "pydantic": { "hashes": [ - "sha256:c46c76a40bb1296728d7a8b99aa73dd70a48c3510111ff290034f860c99c419e", - "sha256:ea91b002777bf643bb20dd717c028ec43216b24a6001a280f83877fd2655d0b4" + "sha256:0c84efd9548d545f63ac0060c1e4d39bb9b14db8b3c0652338aecc07b5adec52", + "sha256:ee8538d41ccb9c0a9ad3e0e5f07bf15ed8015b481ced539a1759d8cc89ae90d0" ], "markers": "python_version >= '3.8'", - "version": "==2.7.3" + "version": "==2.7.4" }, "pydantic-core": { "hashes": [ @@ -1278,11 +1278,11 @@ }, "urllib3": { "hashes": [ - "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d", - "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" + "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", + "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" ], "markers": "python_version >= '3.10'", - "version": "==2.2.1" + "version": "==2.2.2" } } }