Skip to content

Commit 70d5f15

Browse files
authored
chore: update cfn-lint to use a version greater than 1.51.3 (#9068)
* chore: update cfn-lint to use a version greater than 1.51.3 * chore: update reproducible reqs
1 parent c884da6 commit 70d5f15

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies = [
5656
# regex is not a direct dependency of SAM CLI, exclude version 2021.10.8 due to not working on M1 Mac
5757
"regex!=2021.10.8",
5858
"tzlocal==5.3.1",
59-
"cfn-lint>=1.45,<1.52",
59+
"cfn-lint>=1.51.3,<1.52",
6060
"boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]>=1.41.0",
6161
"python-dotenv>=1.0,<1.3",
6262
]

requirements/reproducible-linux.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.0 \
200-
--hash=sha256:05d2a59708c99363afe3af6ac7325de95a5b37f8eef7728f41ae567d088a61f1 \
201-
--hash=sha256:116d4f9c7c7d039e69c01c31fe9ff309ff79f0884c859ea92b353507903dd89e
199+
cfn-lint==1.51.4 \
200+
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201+
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

requirements/reproducible-mac.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.0 \
200-
--hash=sha256:05d2a59708c99363afe3af6ac7325de95a5b37f8eef7728f41ae567d088a61f1 \
201-
--hash=sha256:116d4f9c7c7d039e69c01c31fe9ff309ff79f0884c859ea92b353507903dd89e
199+
cfn-lint==1.51.4 \
200+
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201+
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

requirements/reproducible-win.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ cffi==2.0.0 \
196196
--hash=sha256:fc7de24befaeae77ba923797c7c87834c73648a05a4bde34b3b7e5588973a453 \
197197
--hash=sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf
198198
# via cryptography
199-
cfn-lint==1.51.0 \
200-
--hash=sha256:05d2a59708c99363afe3af6ac7325de95a5b37f8eef7728f41ae567d088a61f1 \
201-
--hash=sha256:116d4f9c7c7d039e69c01c31fe9ff309ff79f0884c859ea92b353507903dd89e
199+
cfn-lint==1.51.4 \
200+
--hash=sha256:4897321a7d90c6e48859fde0c7c7c3c919815a947ddc85d0584dc12ad5bc544c \
201+
--hash=sha256:d37c48645e03abecfd826b8588103b06991abd838fe05c641f2853812289c021
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

0 commit comments

Comments
 (0)