mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Update Python dependencies (#2644)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
e277edca06
commit
2bcdb3d248
5 changed files with 18 additions and 15 deletions
11
dependencies/python/ansible-lint.txt
vendored
11
dependencies/python/ansible-lint.txt
vendored
|
@ -1,13 +1,15 @@
|
||||||
|
ansible-compat==2.0.2
|
||||||
ansible-core==2.12.3
|
ansible-core==2.12.3
|
||||||
ansible-lint==5.4.0
|
ansible-lint==6.0.1
|
||||||
bracex==2.2.1
|
bracex==2.2.1
|
||||||
cffi==1.15.0
|
cffi==1.15.0
|
||||||
commonmark==0.9.1
|
commonmark==0.9.1
|
||||||
cryptography==36.0.1
|
cryptography==36.0.2
|
||||||
enrich==1.2.7
|
enrich==1.2.7
|
||||||
Jinja2==3.0.3
|
Jinja2==3.0.3
|
||||||
MarkupSafe==2.1.0
|
MarkupSafe==2.1.1
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
|
pathspec==0.9.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
Pygments==2.11.2
|
Pygments==2.11.2
|
||||||
pyparsing==3.0.7
|
pyparsing==3.0.7
|
||||||
|
@ -16,5 +18,6 @@ resolvelib==0.5.4
|
||||||
rich==12.0.0
|
rich==12.0.0
|
||||||
ruamel.yaml==0.17.21
|
ruamel.yaml==0.17.21
|
||||||
ruamel.yaml.clib==0.2.6
|
ruamel.yaml.clib==0.2.6
|
||||||
tenacity==8.0.1
|
subprocess-tee==0.3.5
|
||||||
wcmatch==8.3
|
wcmatch==8.3
|
||||||
|
yamllint==1.26.3
|
||||||
|
|
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,9 +1,9 @@
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
aws-sam-translator==1.42.0
|
aws-sam-translator==1.42.0
|
||||||
boto3==1.21.18
|
boto3==1.21.22
|
||||||
botocore==1.24.18
|
botocore==1.24.22
|
||||||
cfn-lint==0.58.3
|
cfn-lint==0.58.3
|
||||||
jmespath==0.10.0
|
jmespath==1.0.0
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
jsonpatch==1.32
|
jsonpatch==1.32
|
||||||
jsonpickle==2.1.0
|
jsonpickle==2.1.0
|
||||||
|
@ -18,4 +18,4 @@ PyYAML==6.0
|
||||||
s3transfer==0.5.2
|
s3transfer==0.5.2
|
||||||
sarif-om==1.0.4
|
sarif-om==1.0.4
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
urllib3==1.26.8
|
urllib3==1.26.9
|
||||||
|
|
2
dependencies/python/mypy.txt
vendored
2
dependencies/python/mypy.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
mypy==0.940
|
mypy==0.941
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.1.1
|
typing_extensions==4.1.1
|
||||||
|
|
4
dependencies/python/snakemake.txt
vendored
4
dependencies/python/snakemake.txt
vendored
|
@ -14,7 +14,7 @@ importlib-resources==5.4.0
|
||||||
Jinja2==3.0.3
|
Jinja2==3.0.3
|
||||||
jsonschema==4.4.0
|
jsonschema==4.4.0
|
||||||
jupyter-core==4.9.2
|
jupyter-core==4.9.2
|
||||||
MarkupSafe==2.1.0
|
MarkupSafe==2.1.1
|
||||||
nbformat==5.2.0
|
nbformat==5.2.0
|
||||||
plac==1.3.4
|
plac==1.3.4
|
||||||
psutil==5.9.0
|
psutil==5.9.0
|
||||||
|
@ -32,7 +32,7 @@ stopit==1.1.2
|
||||||
tabulate==0.8.9
|
tabulate==0.8.9
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
traitlets==5.1.1
|
traitlets==5.1.1
|
||||||
urllib3==1.26.8
|
urllib3==1.26.9
|
||||||
wrapt==1.14.0
|
wrapt==1.14.0
|
||||||
yte==1.2.0
|
yte==1.2.0
|
||||||
zipp==3.7.0
|
zipp==3.7.0
|
||||||
|
|
8
dependencies/python/sqlfluff.txt
vendored
8
dependencies/python/sqlfluff.txt
vendored
|
@ -6,17 +6,17 @@ colorama==0.4.4
|
||||||
diff-cover==6.4.4
|
diff-cover==6.4.4
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
Jinja2==3.0.3
|
Jinja2==3.0.3
|
||||||
MarkupSafe==2.1.0
|
MarkupSafe==2.1.1
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
pathspec==0.9.0
|
pathspec==0.9.0
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
Pygments==2.11.2
|
Pygments==2.11.2
|
||||||
pyparsing==3.0.7
|
pyparsing==3.0.7
|
||||||
pytest==7.1.0
|
pytest==7.1.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
regex==2022.3.2
|
regex==2022.3.15
|
||||||
sqlfluff==0.11.0
|
sqlfluff==0.11.1
|
||||||
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