mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Update Python dependencies
This commit is contained in:
parent
ae4e373c56
commit
401a175228
7 changed files with 19 additions and 17 deletions
5
dependencies/python/ansible-lint.txt
vendored
5
dependencies/python/ansible-lint.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
ansible-compat==2.0.2
|
||||
ansible-core==2.12.3
|
||||
ansible-core==2.12.4
|
||||
ansible-lint==6.0.2
|
||||
bracex==2.2.1
|
||||
cffi==1.15.0
|
||||
|
@ -15,9 +15,10 @@ Pygments==2.11.2
|
|||
pyparsing==3.0.7
|
||||
PyYAML==6.0
|
||||
resolvelib==0.5.4
|
||||
rich==12.0.1
|
||||
rich==12.1.0
|
||||
ruamel.yaml==0.17.21
|
||||
ruamel.yaml.clib==0.2.6
|
||||
subprocess-tee==0.3.5
|
||||
typing_extensions==4.1.1
|
||||
wcmatch==8.3
|
||||
yamllint==1.26.3
|
||||
|
|
4
dependencies/python/black.txt
vendored
4
dependencies/python/black.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
black==22.1.0
|
||||
click==8.0.4
|
||||
black==22.3.0
|
||||
click==8.1.2
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.9.0
|
||||
platformdirs==2.5.1
|
||||
|
|
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,7 +1,7 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.43.0
|
||||
boto3==1.21.27
|
||||
botocore==1.24.27
|
||||
aws-sam-translator==1.44.0
|
||||
boto3==1.21.32
|
||||
botocore==1.24.32
|
||||
cfn-lint==0.58.4
|
||||
jmespath==1.0.0
|
||||
jschema-to-python==1.2.3
|
||||
|
|
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.1
|
||||
pylint==2.13.2
|
||||
pylint==2.13.4
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.1.1
|
||||
wrapt==1.14.0
|
||||
|
|
6
dependencies/python/snakefmt.txt
vendored
6
dependencies/python/snakefmt.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
black==22.1.0
|
||||
click==8.0.4
|
||||
black==22.3.0
|
||||
click==8.1.2
|
||||
importlib-metadata==1.7.0
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.9.0
|
||||
|
@ -8,4 +8,4 @@ snakefmt==0.6.0
|
|||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.1.1
|
||||
zipp==3.7.0
|
||||
zipp==3.8.0
|
||||
|
|
9
dependencies/python/snakemake.txt
vendored
9
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
|
||||
fastjsonschema==2.15.3
|
||||
gitdb==4.0.9
|
||||
GitPython==3.1.27
|
||||
idna==3.3
|
||||
|
@ -15,8 +16,8 @@ Jinja2==3.1.1
|
|||
jsonschema==4.4.0
|
||||
jupyter-core==4.9.2
|
||||
MarkupSafe==2.1.1
|
||||
nbformat==5.2.0
|
||||
plac==1.3.4
|
||||
nbformat==5.3.0
|
||||
plac==1.3.5
|
||||
psutil==5.9.0
|
||||
PuLP==2.6.0
|
||||
py==1.11.0
|
||||
|
@ -27,7 +28,7 @@ requests==2.27.1
|
|||
retry==0.9.2
|
||||
smart-open==5.2.1
|
||||
smmap==5.0.0
|
||||
snakemake==7.3.2
|
||||
snakemake==7.3.6
|
||||
stopit==1.1.2
|
||||
tabulate==0.8.9
|
||||
toposort==1.7
|
||||
|
@ -35,4 +36,4 @@ traitlets==5.1.1
|
|||
urllib3==1.26.9
|
||||
wrapt==1.14.0
|
||||
yte==1.2.0
|
||||
zipp==3.7.0
|
||||
zipp==3.8.0
|
||||
|
|
4
dependencies/python/sqlfluff.txt
vendored
4
dependencies/python/sqlfluff.txt
vendored
|
@ -1,7 +1,7 @@
|
|||
appdirs==1.4.4
|
||||
attrs==21.4.0
|
||||
chardet==4.0.0
|
||||
click==8.0.4
|
||||
click==8.1.2
|
||||
colorama==0.4.4
|
||||
diff-cover==6.4.5
|
||||
iniconfig==1.1.1
|
||||
|
@ -20,5 +20,5 @@ sqlfluff==0.11.2
|
|||
tblib==1.7.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
tqdm==4.63.1
|
||||
tqdm==4.64.0
|
||||
typing_extensions==4.1.1
|
||||
|
|
Loading…
Reference in a new issue