Bump cfn-lint from 0.48.1 to 0.49.0 in /dependencies (#1493)

Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.48.1 to 0.49.0.
- [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-python-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws-cloudformation/cfn-python-lint/compare/v0.48.1...v0.49.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-04-30 13:26:39 -05:00 committed by GitHub
parent 6984a43415
commit 973fc2e61e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
dependencies/Pipfile.lock generated vendored
View file

@ -155,11 +155,11 @@
},
"cfn-lint": {
"hashes": [
"sha256:23a37385a780126648687d40c99fd7c3f18c5ef8f2e1ce404c4a92b13c506d24",
"sha256:251ac66365ccdc736994111c8b77bda5ed89466527e3e00d460899a4019985a1"
"sha256:1d003e10084b56dede14d3e1acc1f4a793646dcc01318dee2f209d35c1a9fb50",
"sha256:e7724220951b4056dc2c55aa24fc3967bc5ffe525ccf1094e9926aba3a46d9b9"
],
"index": "pypi",
"version": "==0.48.1"
"version": "==0.49.0"
},
"chardet": {
"hashes": [
@ -672,7 +672,7 @@
"sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6",
"sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0"
],
"markers": "python_version != '3.4'",
"markers": "python_version != '3.4' and python_version != '3.5'",
"version": "==5.4.1"
},
"ratelimiter": {