mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Update Python dependencies
This commit is contained in:
parent
d887d595dd
commit
9f875389ff
6 changed files with 21 additions and 20 deletions
6
dependencies/python/ansible-lint.txt
vendored
6
dependencies/python/ansible-lint.txt
vendored
|
@ -1,12 +1,12 @@
|
|||
ansible-compat==2.0.2
|
||||
ansible-core==2.12.3
|
||||
ansible-lint==6.0.1
|
||||
ansible-lint==6.0.2
|
||||
bracex==2.2.1
|
||||
cffi==1.15.0
|
||||
commonmark==0.9.1
|
||||
cryptography==36.0.2
|
||||
enrich==1.2.7
|
||||
Jinja2==3.0.3
|
||||
Jinja2==3.1.1
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
|
@ -15,7 +15,7 @@ Pygments==2.11.2
|
|||
pyparsing==3.0.7
|
||||
PyYAML==6.0
|
||||
resolvelib==0.5.4
|
||||
rich==12.0.0
|
||||
rich==12.0.1
|
||||
ruamel.yaml==0.17.21
|
||||
ruamel.yaml.clib==0.2.6
|
||||
subprocess-tee==0.3.5
|
||||
|
|
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.42.0
|
||||
boto3==1.21.22
|
||||
botocore==1.24.22
|
||||
cfn-lint==0.58.3
|
||||
aws-sam-translator==1.43.0
|
||||
boto3==1.21.27
|
||||
botocore==1.24.27
|
||||
cfn-lint==0.58.4
|
||||
jmespath==1.0.0
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
|
|
2
dependencies/python/mypy.txt
vendored
2
dependencies/python/mypy.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
mypy==0.941
|
||||
mypy==0.942
|
||||
mypy-extensions==0.4.3
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.1.1
|
||||
|
|
11
dependencies/python/pylint.txt
vendored
11
dependencies/python/pylint.txt
vendored
|
@ -1,9 +1,10 @@
|
|||
astroid==2.9.3
|
||||
astroid==2.11.2
|
||||
dill==0.3.4
|
||||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.6.1
|
||||
mccabe==0.7.0
|
||||
platformdirs==2.5.1
|
||||
pylint==2.12.2
|
||||
toml==0.10.2
|
||||
pylint==2.13.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.1.1
|
||||
wrapt==1.13.3
|
||||
wrapt==1.14.0
|
||||
|
|
6
dependencies/python/snakemake.txt
vendored
6
dependencies/python/snakemake.txt
vendored
|
@ -10,8 +10,8 @@ docutils==0.18.1
|
|||
gitdb==4.0.9
|
||||
GitPython==3.1.27
|
||||
idna==3.3
|
||||
importlib-resources==5.4.0
|
||||
Jinja2==3.0.3
|
||||
importlib-resources==5.6.0
|
||||
Jinja2==3.1.1
|
||||
jsonschema==4.4.0
|
||||
jupyter-core==4.9.2
|
||||
MarkupSafe==2.1.1
|
||||
|
@ -27,7 +27,7 @@ requests==2.27.1
|
|||
retry==0.9.2
|
||||
smart-open==5.2.1
|
||||
smmap==5.0.0
|
||||
snakemake==7.2.1
|
||||
snakemake==7.3.2
|
||||
stopit==1.1.2
|
||||
tabulate==0.8.9
|
||||
toposort==1.7
|
||||
|
|
8
dependencies/python/sqlfluff.txt
vendored
8
dependencies/python/sqlfluff.txt
vendored
|
@ -3,9 +3,9 @@ attrs==21.4.0
|
|||
chardet==4.0.0
|
||||
click==8.0.4
|
||||
colorama==0.4.4
|
||||
diff-cover==6.4.4
|
||||
diff-cover==6.4.5
|
||||
iniconfig==1.1.1
|
||||
Jinja2==3.0.3
|
||||
Jinja2==3.1.1
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
|
@ -16,9 +16,9 @@ pyparsing==3.0.7
|
|||
pytest==7.1.1
|
||||
PyYAML==6.0
|
||||
regex==2022.3.15
|
||||
sqlfluff==0.11.1
|
||||
sqlfluff==0.11.2
|
||||
tblib==1.7.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
tqdm==4.63.0
|
||||
tqdm==4.63.1
|
||||
typing_extensions==4.1.1
|
||||
|
|
Loading…
Reference in a new issue