mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -05:00
Update Python dependencies
This commit is contained in:
parent
9bcd243020
commit
7af33d146f
4 changed files with 11 additions and 8 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -21,7 +21,7 @@ Pygments==2.14.0
|
|||
pyrsistent==0.19.3
|
||||
PyYAML==6.0
|
||||
resolvelib==0.8.1
|
||||
rich==13.0.0
|
||||
rich==13.0.1
|
||||
ruamel.yaml==0.17.21
|
||||
ruamel.yaml.clib==0.2.7
|
||||
subprocess-tee==0.4.1
|
||||
|
|
10
dependencies/python/cfn-lint.txt
vendored
10
dependencies/python/cfn-lint.txt
vendored
|
@ -1,21 +1,23 @@
|
|||
attrs==22.2.0
|
||||
aws-sam-translator==1.55.0
|
||||
boto3==1.26.42
|
||||
botocore==1.29.42
|
||||
aws-sam-translator==1.56.0
|
||||
boto3==1.26.45
|
||||
botocore==1.29.45
|
||||
cfn-lint==0.72.6
|
||||
jmespath==1.0.1
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
jsonpickle==3.0.1
|
||||
jsonpointer==2.3
|
||||
jsonschema==3.2.0
|
||||
jsonschema==4.17.3
|
||||
junit-xml==1.9
|
||||
networkx==2.8.8
|
||||
pbr==5.11.0
|
||||
pydantic==1.10.4
|
||||
pyrsistent==0.19.3
|
||||
python-dateutil==2.8.2
|
||||
PyYAML==6.0
|
||||
s3transfer==0.6.0
|
||||
sarif-om==1.0.4
|
||||
six==1.16.0
|
||||
typing_extensions==4.4.0
|
||||
urllib3==1.26.13
|
||||
|
|
5
dependencies/python/pylint.txt
vendored
5
dependencies/python/pylint.txt
vendored
|
@ -1,10 +1,11 @@
|
|||
astroid==2.12.13
|
||||
astroid==2.13.2
|
||||
dill==0.3.6
|
||||
isort==5.11.4
|
||||
lazy-object-proxy==1.8.0
|
||||
lazy-object-proxy==1.9.0
|
||||
mccabe==0.7.0
|
||||
platformdirs==2.6.2
|
||||
pylint==2.15.9
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.6
|
||||
typing_extensions==4.4.0
|
||||
wrapt==1.14.1
|
||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -5,7 +5,7 @@ click==8.1.3
|
|||
colorama==0.4.6
|
||||
diff-cover==7.3.0
|
||||
exceptiongroup==1.1.0
|
||||
iniconfig==1.1.1
|
||||
iniconfig==2.0.0
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
packaging==22.0
|
||||
|
|
Loading…
Reference in a new issue