mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Update Python dependencies (#3047)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
aa9092c0cf
commit
45da75044f
5 changed files with 12 additions and 12 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -7,7 +7,7 @@ cffi==1.15.0
|
||||||
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.7.1
|
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.0
|
||||||
|
|
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,16 +1,16 @@
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
aws-sam-translator==1.46.0
|
aws-sam-translator==1.46.0
|
||||||
boto3==1.24.7
|
boto3==1.24.12
|
||||||
botocore==1.27.7
|
botocore==1.27.12
|
||||||
cfn-lint==0.61.0
|
cfn-lint==0.61.0
|
||||||
jmespath==1.0.0
|
jmespath==1.0.1
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
jsonpatch==1.32
|
jsonpatch==1.32
|
||||||
jsonpickle==2.2.0
|
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.3
|
networkx==2.8.4
|
||||||
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
|
||||||
|
|
4
dependencies/python/pylint.txt
vendored
4
dependencies/python/pylint.txt
vendored
|
@ -1,10 +1,10 @@
|
||||||
astroid==2.11.5
|
astroid==2.11.6
|
||||||
dill==0.3.5.1
|
dill==0.3.5.1
|
||||||
isort==5.10.1
|
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.1
|
pylint==2.14.3
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.11.0
|
tomlkit==0.11.0
|
||||||
typing_extensions==4.2.0
|
typing_extensions==4.2.0
|
||||||
|
|
6
dependencies/python/snakemake.txt
vendored
6
dependencies/python/snakemake.txt
vendored
|
@ -1,6 +1,6 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
certifi==2022.5.18.1
|
certifi==2022.6.15
|
||||||
charset-normalizer==2.0.12
|
charset-normalizer==2.0.12
|
||||||
ConfigArgParse==1.5.3
|
ConfigArgParse==1.5.3
|
||||||
connection-pool==0.0.3
|
connection-pool==0.0.3
|
||||||
|
@ -12,7 +12,7 @@ fastjsonschema==2.15.3
|
||||||
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.7.1
|
importlib-resources==5.8.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.6.0
|
jsonschema==4.6.0
|
||||||
jupyter-core==4.10.0
|
jupyter-core==4.10.0
|
||||||
|
@ -33,7 +33,7 @@ snakemake==7.8.2
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.8.9
|
tabulate==0.8.9
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
traitlets==5.2.2.post1
|
traitlets==5.3.0
|
||||||
urllib3==1.26.9
|
urllib3==1.26.9
|
||||||
wrapt==1.14.1
|
wrapt==1.14.1
|
||||||
yte==1.5.1
|
yte==1.5.1
|
||||||
|
|
4
dependencies/python/sqlfluff.txt
vendored
4
dependencies/python/sqlfluff.txt
vendored
|
@ -2,7 +2,7 @@ appdirs==1.4.4
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
colorama==0.4.4
|
colorama==0.4.5
|
||||||
diff-cover==6.5.0
|
diff-cover==6.5.0
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
|
@ -16,7 +16,7 @@ pyparsing==3.0.9
|
||||||
pytest==7.1.2
|
pytest==7.1.2
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
regex==2022.6.2
|
regex==2022.6.2
|
||||||
sqlfluff==0.13.2
|
sqlfluff==1.0.0
|
||||||
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