mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-13 20:39:33 -05:00
Update Python dependencies
This commit is contained in:
parent
05f34c653f
commit
67f15bf54c
5 changed files with 14 additions and 12 deletions
9
dependencies/python/ansible-lint.txt
vendored
9
dependencies/python/ansible-lint.txt
vendored
|
@ -1,17 +1,18 @@
|
||||||
ansible-compat==2.2.7
|
ansible-compat==2.2.7
|
||||||
ansible-core==2.14.1
|
ansible-core==2.14.1
|
||||||
ansible-lint==6.10.2
|
ansible-lint==6.11.0
|
||||||
attrs==22.2.0
|
attrs==22.2.0
|
||||||
black==22.12.0
|
black==22.12.0
|
||||||
bracex==2.3.post1
|
bracex==2.3.post1
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
commonmark==0.9.1
|
|
||||||
cryptography==39.0.0
|
cryptography==39.0.0
|
||||||
filelock==3.9.0
|
filelock==3.9.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.17.3
|
jsonschema==4.17.3
|
||||||
MarkupSafe==2.1.1
|
markdown-it-py==2.1.0
|
||||||
|
MarkupSafe==2.1.2
|
||||||
|
mdurl==0.1.2
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
packaging==23.0
|
packaging==23.0
|
||||||
pathspec==0.10.3
|
pathspec==0.10.3
|
||||||
|
@ -21,7 +22,7 @@ Pygments==2.14.0
|
||||||
pyrsistent==0.19.3
|
pyrsistent==0.19.3
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
resolvelib==0.8.1
|
resolvelib==0.8.1
|
||||||
rich==13.1.0
|
rich==13.2.0
|
||||||
ruamel.yaml==0.17.21
|
ruamel.yaml==0.17.21
|
||||||
ruamel.yaml.clib==0.2.7
|
ruamel.yaml.clib==0.2.7
|
||||||
subprocess-tee==0.4.1
|
subprocess-tee==0.4.1
|
||||||
|
|
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
||||||
attrs==22.2.0
|
attrs==22.2.0
|
||||||
aws-sam-translator==1.57.0
|
aws-sam-translator==1.57.0
|
||||||
boto3==1.26.50
|
boto3==1.26.54
|
||||||
botocore==1.29.50
|
botocore==1.29.54
|
||||||
cfn-lint==0.72.8
|
cfn-lint==0.72.9
|
||||||
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
|
||||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
astroid==2.13.2
|
astroid==2.13.3
|
||||||
dill==0.3.6
|
dill==0.3.6
|
||||||
isort==5.11.4
|
isort==5.11.4
|
||||||
lazy-object-proxy==1.9.0
|
lazy-object-proxy==1.9.0
|
||||||
|
|
5
dependencies/python/snakemake.txt
vendored
5
dependencies/python/snakemake.txt
vendored
|
@ -10,11 +10,12 @@ dpath==2.1.4
|
||||||
fastjsonschema==2.16.2
|
fastjsonschema==2.16.2
|
||||||
gitdb==4.0.10
|
gitdb==4.0.10
|
||||||
GitPython==3.1.30
|
GitPython==3.1.30
|
||||||
|
humanfriendly==10.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.17.3
|
jsonschema==4.17.3
|
||||||
jupyter_core==5.1.3
|
jupyter_core==5.1.3
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.2
|
||||||
nbformat==5.7.3
|
nbformat==5.7.3
|
||||||
plac==1.3.5
|
plac==1.3.5
|
||||||
platformdirs==2.6.2
|
platformdirs==2.6.2
|
||||||
|
@ -26,7 +27,7 @@ requests==2.28.2
|
||||||
reretry==0.11.8
|
reretry==0.11.8
|
||||||
smart-open==6.3.0
|
smart-open==6.3.0
|
||||||
smmap==5.0.0
|
smmap==5.0.0
|
||||||
snakemake==7.19.1
|
snakemake==7.20.0
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
throttler==1.2.2
|
throttler==1.2.2
|
||||||
|
|
4
dependencies/python/sqlfluff.txt
vendored
4
dependencies/python/sqlfluff.txt
vendored
|
@ -3,11 +3,11 @@ attrs==22.2.0
|
||||||
chardet==5.1.0
|
chardet==5.1.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
diff-cover==7.3.0
|
diff-cover==7.3.2
|
||||||
exceptiongroup==1.1.0
|
exceptiongroup==1.1.0
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.2
|
||||||
packaging==23.0
|
packaging==23.0
|
||||||
pathspec==0.10.3
|
pathspec==0.10.3
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
|
|
Loading…
Reference in a new issue