mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-26 02:31:00 -05:00
Update Python dependencies (#3102)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
44a695f00b
commit
8c67cfdae6
8 changed files with 23 additions and 23 deletions
10
dependencies/python/ansible-lint.txt
vendored
10
dependencies/python/ansible-lint.txt
vendored
|
@ -1,16 +1,16 @@
|
||||||
ansible-compat==2.1.0
|
ansible-compat==2.1.0
|
||||||
ansible-core==2.13.0
|
ansible-core==2.13.1
|
||||||
ansible-lint==6.3.0
|
ansible-lint==6.3.0
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
bracex==2.3.post1
|
bracex==2.3.post1
|
||||||
cffi==1.15.0
|
cffi==1.15.1
|
||||||
commonmark==0.9.1
|
commonmark==0.9.1
|
||||||
cryptography==37.0.2
|
cryptography==37.0.2
|
||||||
enrich==1.2.7
|
enrich==1.2.7
|
||||||
importlib-resources==5.8.0
|
importlib-resources==5.8.0
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.6.0
|
jsonschema==4.6.1
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
pathspec==0.9.0
|
pathspec==0.9.0
|
||||||
|
@ -22,13 +22,13 @@ pyparsing==3.0.9
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
pytest==7.1.2
|
pytest==7.1.2
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
resolvelib==0.5.4
|
resolvelib==0.8.1
|
||||||
rich==12.4.4
|
rich==12.4.4
|
||||||
ruamel.yaml==0.17.21
|
ruamel.yaml==0.17.21
|
||||||
ruamel.yaml.clib==0.2.6
|
ruamel.yaml.clib==0.2.6
|
||||||
subprocess-tee==0.3.5
|
subprocess-tee==0.3.5
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.3.0
|
||||||
wcmatch==8.4
|
wcmatch==8.4
|
||||||
yamllint==1.26.3
|
yamllint==1.26.3
|
||||||
zipp==3.8.0
|
zipp==3.8.0
|
||||||
|
|
4
dependencies/python/black.txt
vendored
4
dependencies/python/black.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
black==22.3.0
|
black==22.6.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
pathspec==0.9.0
|
pathspec==0.9.0
|
||||||
platformdirs==2.5.2
|
platformdirs==2.5.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.3.0
|
||||||
|
|
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
aws-sam-translator==1.46.0
|
aws-sam-translator==1.46.0
|
||||||
boto3==1.24.12
|
boto3==1.24.22
|
||||||
botocore==1.27.12
|
botocore==1.27.22
|
||||||
cfn-lint==0.61.0
|
cfn-lint==0.61.1
|
||||||
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/mypy.txt
vendored
2
dependencies/python/mypy.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
mypy==0.961
|
mypy==0.961
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.3.0
|
||||||
|
|
4
dependencies/python/pylint.txt
vendored
4
dependencies/python/pylint.txt
vendored
|
@ -4,8 +4,8 @@ isort==5.10.1
|
||||||
lazy-object-proxy==1.7.1
|
lazy-object-proxy==1.7.1
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
platformdirs==2.5.2
|
platformdirs==2.5.2
|
||||||
pylint==2.14.3
|
pylint==2.14.4
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.11.0
|
tomlkit==0.11.0
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.3.0
|
||||||
wrapt==1.14.1
|
wrapt==1.14.1
|
||||||
|
|
4
dependencies/python/snakefmt.txt
vendored
4
dependencies/python/snakefmt.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
black==22.3.0
|
black==22.6.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
importlib-metadata==1.7.0
|
importlib-metadata==1.7.0
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
|
@ -7,5 +7,5 @@ platformdirs==2.5.2
|
||||||
snakefmt==0.6.1
|
snakefmt==0.6.1
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.3.0
|
||||||
zipp==3.8.0
|
zipp==3.8.0
|
||||||
|
|
10
dependencies/python/snakemake.txt
vendored
10
dependencies/python/snakemake.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
certifi==2022.6.15
|
certifi==2022.6.15
|
||||||
charset-normalizer==2.0.12
|
charset-normalizer==2.1.0
|
||||||
ConfigArgParse==1.5.3
|
ConfigArgParse==1.5.3
|
||||||
connection-pool==0.0.3
|
connection-pool==0.0.3
|
||||||
datrie==0.8.2
|
datrie==0.8.2
|
||||||
|
@ -14,7 +14,7 @@ GitPython==3.1.27
|
||||||
idna==3.3
|
idna==3.3
|
||||||
importlib-resources==5.8.0
|
importlib-resources==5.8.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.6.0
|
jsonschema==4.6.1
|
||||||
jupyter-core==4.10.0
|
jupyter-core==4.10.0
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
nbformat==5.4.0
|
nbformat==5.4.0
|
||||||
|
@ -25,13 +25,13 @@ py==1.11.0
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
ratelimiter==1.2.0.post0
|
ratelimiter==1.2.0.post0
|
||||||
requests==2.28.0
|
requests==2.28.1
|
||||||
retry==0.9.2
|
retry==0.9.2
|
||||||
smart-open==6.0.0
|
smart-open==6.0.0
|
||||||
smmap==5.0.0
|
smmap==5.0.0
|
||||||
snakemake==7.8.2
|
snakemake==7.8.5
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.8.9
|
tabulate==0.8.10
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
traitlets==5.3.0
|
traitlets==5.3.0
|
||||||
urllib3==1.26.9
|
urllib3==1.26.9
|
||||||
|
|
6
dependencies/python/sqlfluff.txt
vendored
6
dependencies/python/sqlfluff.txt
vendored
|
@ -1,9 +1,9 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
chardet==4.0.0
|
chardet==5.0.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
colorama==0.4.5
|
colorama==0.4.5
|
||||||
diff-cover==6.5.0
|
diff-cover==6.5.1
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
|
@ -21,4 +21,4 @@ tblib==1.7.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tqdm==4.64.0
|
tqdm==4.64.0
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.3.0
|
||||||
|
|
Loading…
Reference in a new issue