mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
Update Python dependencies (#3167)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
02e2e313f9
commit
da1c6a1cff
7 changed files with 20 additions and 20 deletions
12
dependencies/python/ansible-lint.txt
vendored
12
dependencies/python/ansible-lint.txt
vendored
|
@ -1,5 +1,5 @@
|
||||||
ansible-compat==2.1.0
|
ansible-compat==2.2.0
|
||||||
ansible-core==2.13.1
|
ansible-core==2.13.2
|
||||||
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
|
||||||
|
@ -7,10 +7,10 @@ cffi==1.15.1
|
||||||
commonmark==0.9.1
|
commonmark==0.9.1
|
||||||
cryptography==37.0.4
|
cryptography==37.0.4
|
||||||
enrich==1.2.7
|
enrich==1.2.7
|
||||||
importlib-resources==5.8.0
|
importlib-resources==5.9.0
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.6.2
|
jsonschema==4.7.2
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
pathspec==0.9.0
|
pathspec==0.9.0
|
||||||
|
@ -23,7 +23,7 @@ pyrsistent==0.18.1
|
||||||
pytest==7.1.2
|
pytest==7.1.2
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
resolvelib==0.8.1
|
resolvelib==0.8.1
|
||||||
rich==12.4.4
|
rich==12.5.1
|
||||||
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
|
||||||
|
@ -31,4 +31,4 @@ tomli==2.0.1
|
||||||
typing_extensions==4.3.0
|
typing_extensions==4.3.0
|
||||||
wcmatch==8.4
|
wcmatch==8.4
|
||||||
yamllint==1.27.1
|
yamllint==1.27.1
|
||||||
zipp==3.8.0
|
zipp==3.8.1
|
||||||
|
|
10
dependencies/python/cfn-lint.txt
vendored
10
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.47.0
|
||||||
boto3==1.24.26
|
boto3==1.24.36
|
||||||
botocore==1.27.26
|
botocore==1.27.36
|
||||||
cfn-lint==0.61.2
|
cfn-lint==0.61.3
|
||||||
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
|
||||||
|
@ -10,7 +10,7 @@ jsonpickle==2.2.0
|
||||||
jsonpointer==2.3
|
jsonpointer==2.3
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
junit-xml==1.9
|
junit-xml==1.9
|
||||||
networkx==2.8.4
|
networkx==2.8.5
|
||||||
pbr==5.9.0
|
pbr==5.9.0
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
|
|
2
dependencies/python/mypy.txt
vendored
2
dependencies/python/mypy.txt
vendored
|
@ -1,4 +1,4 @@
|
||||||
mypy==0.961
|
mypy==0.971
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.3.0
|
typing_extensions==4.3.0
|
||||||
|
|
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
|
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.4
|
pylint==2.14.5
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.11.1
|
tomlkit==0.11.1
|
||||||
typing_extensions==4.3.0
|
typing_extensions==4.3.0
|
||||||
|
|
2
dependencies/python/snakefmt.txt
vendored
2
dependencies/python/snakefmt.txt
vendored
|
@ -8,4 +8,4 @@ snakefmt==0.6.1
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.3.0
|
typing_extensions==4.3.0
|
||||||
zipp==3.8.0
|
zipp==3.8.1
|
||||||
|
|
10
dependencies/python/snakemake.txt
vendored
10
dependencies/python/snakemake.txt
vendored
|
@ -8,13 +8,13 @@ datrie==0.8.2
|
||||||
decorator==5.1.1
|
decorator==5.1.1
|
||||||
docutils==0.19
|
docutils==0.19
|
||||||
dpath==2.0.6
|
dpath==2.0.6
|
||||||
fastjsonschema==2.15.3
|
fastjsonschema==2.16.1
|
||||||
gitdb==4.0.9
|
gitdb==4.0.9
|
||||||
GitPython==3.1.27
|
GitPython==3.1.27
|
||||||
idna==3.3
|
idna==3.3
|
||||||
importlib-resources==5.8.0
|
importlib-resources==5.9.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.6.2
|
jsonschema==4.7.2
|
||||||
jupyter-core==4.11.1
|
jupyter-core==4.11.1
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
nbformat==5.4.0
|
nbformat==5.4.0
|
||||||
|
@ -29,7 +29,7 @@ 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.5
|
snakemake==7.9.0
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.8.10
|
tabulate==0.8.10
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
|
@ -37,4 +37,4 @@ traitlets==5.3.0
|
||||||
urllib3==1.26.10
|
urllib3==1.26.10
|
||||||
wrapt==1.14.1
|
wrapt==1.14.1
|
||||||
yte==1.5.1
|
yte==1.5.1
|
||||||
zipp==3.8.0
|
zipp==3.8.1
|
||||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -16,7 +16,7 @@ pyparsing==3.0.9
|
||||||
pytest==7.1.2
|
pytest==7.1.2
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
regex==2022.7.9
|
regex==2022.7.9
|
||||||
sqlfluff==1.1.0
|
sqlfluff==1.2.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