mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Update Python dependencies (#2895)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
a83ec31a5a
commit
f26cfb25dc
5 changed files with 22 additions and 11 deletions
16
dependencies/python/ansible-lint.txt
vendored
16
dependencies/python/ansible-lint.txt
vendored
|
@ -1,24 +1,34 @@
|
|||
ansible-compat==2.0.2
|
||||
ansible-compat==2.0.3
|
||||
ansible-core==2.12.5
|
||||
ansible-lint==6.0.2
|
||||
ansible-lint==6.1.0
|
||||
attrs==21.4.0
|
||||
bracex==2.2.1
|
||||
cffi==1.15.0
|
||||
commonmark==0.9.1
|
||||
cryptography==37.0.2
|
||||
enrich==1.2.7
|
||||
importlib-resources==5.7.1
|
||||
iniconfig==1.1.1
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.5.1
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pycparser==2.21
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.8
|
||||
pyparsing==3.0.9
|
||||
pyrsistent==0.18.1
|
||||
pytest==7.1.2
|
||||
PyYAML==6.0
|
||||
resolvelib==0.5.4
|
||||
rich==12.4.1
|
||||
ruamel.yaml==0.17.21
|
||||
ruamel.yaml.clib==0.2.6
|
||||
subprocess-tee==0.3.5
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.2.0
|
||||
wcmatch==8.3
|
||||
yamllint==1.26.3
|
||||
zipp==3.8.0
|
||||
|
|
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,12 +1,12 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.45.0
|
||||
boto3==1.22.9
|
||||
botocore==1.25.9
|
||||
cfn-lint==0.59.1
|
||||
boto3==1.23.0
|
||||
botocore==1.26.0
|
||||
cfn-lint==0.60.0
|
||||
jmespath==1.0.0
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
jsonpickle==2.1.0
|
||||
jsonpickle==2.2.0
|
||||
jsonpointer==2.3
|
||||
jsonschema==3.2.0
|
||||
junit-xml==1.9
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -4,7 +4,7 @@ isort==5.10.1
|
|||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.7.0
|
||||
platformdirs==2.5.2
|
||||
pylint==2.13.8
|
||||
pylint==2.13.9
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.2.0
|
||||
wrapt==1.14.1
|
||||
|
|
5
dependencies/python/snakemake.txt
vendored
5
dependencies/python/snakemake.txt
vendored
|
@ -7,6 +7,7 @@ connection-pool==0.0.3
|
|||
datrie==0.8.2
|
||||
decorator==5.1.1
|
||||
docutils==0.18.1
|
||||
dpath==2.0.6
|
||||
fastjsonschema==2.15.3
|
||||
gitdb==4.0.9
|
||||
GitPython==3.1.27
|
||||
|
@ -32,8 +33,8 @@ snakemake==7.6.2
|
|||
stopit==1.1.2
|
||||
tabulate==0.8.9
|
||||
toposort==1.7
|
||||
traitlets==5.1.1
|
||||
traitlets==5.2.0
|
||||
urllib3==1.26.9
|
||||
wrapt==1.14.1
|
||||
yte==1.2.3
|
||||
yte==1.4.0
|
||||
zipp==3.8.0
|
||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -12,7 +12,7 @@ pathspec==0.9.0
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.8
|
||||
pyparsing==3.0.9
|
||||
pytest==7.1.2
|
||||
PyYAML==6.0
|
||||
regex==2022.4.24
|
||||
|
|
Loading…
Reference in a new issue