Skip to content

Commit 7e821f9

Browse files
chore(deps): bump cfn-lint in the cfn-lint group across 1 directory (#9099)
Bumps the cfn-lint group with 1 update in the / directory: [cfn-lint](https://github.com/aws-cloudformation/cfn-lint). Updates `cfn-lint` from 1.51.5 to 1.52.1 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.5...v1.52.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cfn-lint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc8d2da commit 7e821f9

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.51.3,<1.52",
59+
"cfn-lint>=1.51.3,<1.53",
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.5 \
200-
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201-
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
199+
cfn-lint==1.52.1 \
200+
--hash=sha256:26222d5891f7893c53a97020ed1b390063fec440da941e6eb9d12d3a741c2ac4 \
201+
--hash=sha256:696cf93fc3c20c257eb7c5ce4622621bc8f5b0823cb5e0ea2d042e1eb0c2cd0c
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.5 \
200-
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201-
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
199+
cfn-lint==1.52.1 \
200+
--hash=sha256:26222d5891f7893c53a97020ed1b390063fec440da941e6eb9d12d3a741c2ac4 \
201+
--hash=sha256:696cf93fc3c20c257eb7c5ce4622621bc8f5b0823cb5e0ea2d042e1eb0c2cd0c
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.5 \
200-
--hash=sha256:018a00f1f9eeadc196afbdc0ac8c6221c29411747c8dcff2f431d48d4080c83b \
201-
--hash=sha256:e17c11a1485a2586c5ddf48d0041f8fa3da3038612fd7dbc559ec87935f53452
199+
cfn-lint==1.52.1 \
200+
--hash=sha256:26222d5891f7893c53a97020ed1b390063fec440da941e6eb9d12d3a741c2ac4 \
201+
--hash=sha256:696cf93fc3c20c257eb7c5ce4622621bc8f5b0823cb5e0ea2d042e1eb0c2cd0c
202202
# via aws-sam-cli (pyproject.toml)
203203
charset-normalizer==3.4.7 \
204204
--hash=sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc \

0 commit comments

Comments
 (0)