mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Update Python dependencies
This commit is contained in:
parent
be49e014f8
commit
71fe17b02c
5 changed files with 8 additions and 8 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -25,7 +25,7 @@ pyparsing==3.0.9
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
resolvelib==0.8.1
|
resolvelib==0.8.1
|
||||||
rich==12.5.1
|
rich==12.6.0
|
||||||
ruamel.yaml==0.17.21
|
ruamel.yaml==0.17.21
|
||||||
ruamel.yaml.clib==0.2.6
|
ruamel.yaml.clib==0.2.6
|
||||||
subprocess-tee==0.3.5
|
subprocess-tee==0.3.5
|
||||||
|
|
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
||||||
attrs==22.1.0
|
attrs==22.1.0
|
||||||
aws-sam-translator==1.51.0
|
aws-sam-translator==1.51.0
|
||||||
boto3==1.24.80
|
boto3==1.24.84
|
||||||
botocore==1.27.80
|
botocore==1.27.84
|
||||||
cfn-lint==0.65.1
|
cfn-lint==0.66.0
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
jsonpatch==1.32
|
jsonpatch==1.32
|
||||||
|
@ -10,7 +10,7 @@ jsonpickle==2.2.0
|
||||||
jsonpointer==2.3
|
jsonpointer==2.3
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
junit-xml==1.9
|
junit-xml==1.9
|
||||||
networkx==2.8.6
|
networkx==2.8.7
|
||||||
pbr==5.10.0
|
pbr==5.10.0
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -6,6 +6,6 @@ mccabe==0.7.0
|
||||||
platformdirs==2.5.2
|
platformdirs==2.5.2
|
||||||
pylint==2.15.3
|
pylint==2.15.3
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.11.4
|
tomlkit==0.11.5
|
||||||
typing_extensions==4.3.0
|
typing_extensions==4.3.0
|
||||||
wrapt==1.14.1
|
wrapt==1.14.1
|
||||||
|
|
2
dependencies/python/snakemake.txt
vendored
2
dependencies/python/snakemake.txt
vendored
|
@ -30,7 +30,7 @@ requests==2.28.1
|
||||||
retry==0.9.2
|
retry==0.9.2
|
||||||
smart-open==6.2.0
|
smart-open==6.2.0
|
||||||
smmap==5.0.0
|
smmap==5.0.0
|
||||||
snakemake==7.14.1
|
snakemake==7.14.2
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.8.10
|
tabulate==0.8.10
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -16,7 +16,7 @@ pyparsing==3.0.9
|
||||||
pytest==7.1.3
|
pytest==7.1.3
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
regex==2022.9.13
|
regex==2022.9.13
|
||||||
sqlfluff==1.3.1
|
sqlfluff==1.3.2
|
||||||
tblib==1.7.0
|
tblib==1.7.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
|
|
Loading…
Reference in a new issue