Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump cfn-lint from 1.9.3 to 1.9.6 in /requirements #7333

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ regex!=2021.10.8
tzlocal==5.2

#Adding cfn-lint dependency for SAM validate
cfn-lint~=1.9.3
cfn-lint~=1.9.6

# Type checking boto3 objects
boto3-stubs[apigateway,cloudformation,ecr,iam,lambda,s3,schemas,secretsmanager,signer,stepfunctions,sts,xray,sqs,kinesis]==1.34.154
6 changes: 3 additions & 3 deletions requirements/reproducible-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ cffi==1.16.0 \
--hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 \
--hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357
# via cryptography
cfn-lint==1.9.3 \
--hash=sha256:18eba3e8dfdaabf8cacac160c77af9a12b00853607a32265fda91c03b342cced \
--hash=sha256:a24288d29807b00770246f01f483d001a3dd991cd2851a685527318aa68ee45a
cfn-lint==1.9.6 \
--hash=sha256:528446b9131363d93aca6cb34e2276356e6201e2c74fdb98270e723d5806a8eb \
--hash=sha256:c2ebd44ce3a412144f7d147f9fd5e3c6a9daec8db61f8cdc1670d05d38c4708a
# via aws-sam-cli (setup.py)
chardet==5.2.0 \
--hash=sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7 \
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ cffi==1.16.0 \
--hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 \
--hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357
# via cryptography
cfn-lint==1.9.3 \
--hash=sha256:18eba3e8dfdaabf8cacac160c77af9a12b00853607a32265fda91c03b342cced \
--hash=sha256:a24288d29807b00770246f01f483d001a3dd991cd2851a685527318aa68ee45a
cfn-lint==1.9.6 \
--hash=sha256:528446b9131363d93aca6cb34e2276356e6201e2c74fdb98270e723d5806a8eb \
--hash=sha256:c2ebd44ce3a412144f7d147f9fd5e3c6a9daec8db61f8cdc1670d05d38c4708a
# via aws-sam-cli (setup.py)
chardet==5.2.0 \
--hash=sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7 \
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ cffi==1.16.0 \
--hash=sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956 \
--hash=sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357
# via cryptography
cfn-lint==1.9.3 \
--hash=sha256:18eba3e8dfdaabf8cacac160c77af9a12b00853607a32265fda91c03b342cced \
--hash=sha256:a24288d29807b00770246f01f483d001a3dd991cd2851a685527318aa68ee45a
cfn-lint==1.9.6 \
--hash=sha256:528446b9131363d93aca6cb34e2276356e6201e2c74fdb98270e723d5806a8eb \
--hash=sha256:c2ebd44ce3a412144f7d147f9fd5e3c6a9daec8db61f8cdc1670d05d38c4708a
# via aws-sam-cli (setup.py)
chardet==5.2.0 \
--hash=sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7 \
Expand Down
Loading