mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -05:00
Update Python dependencies (#3185)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
2d64ac1c06
commit
2b0d830b1f
6 changed files with 22 additions and 20 deletions
7
dependencies/python/ansible-lint.txt
vendored
7
dependencies/python/ansible-lint.txt
vendored
|
@ -1,7 +1,7 @@
|
|||
ansible-compat==2.2.0
|
||||
ansible-core==2.13.2
|
||||
ansible-lint==6.3.0
|
||||
attrs==21.4.0
|
||||
ansible-lint==6.4.0
|
||||
attrs==22.1.0
|
||||
bracex==2.3.post1
|
||||
cffi==1.15.1
|
||||
commonmark==0.9.1
|
||||
|
@ -10,10 +10,11 @@ enrich==1.2.7
|
|||
importlib-resources==5.9.0
|
||||
iniconfig==1.1.1
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.7.2
|
||||
jsonschema==4.9.0
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
pkgutil_resolve_name==1.3.10
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pycparser==2.21
|
||||
|
|
12
dependencies/python/cfn-lint.txt
vendored
12
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.47.0
|
||||
boto3==1.24.36
|
||||
botocore==1.27.36
|
||||
cfn-lint==0.61.3
|
||||
attrs==22.1.0
|
||||
aws-sam-translator==1.48.0
|
||||
boto3==1.24.42
|
||||
botocore==1.27.42
|
||||
cfn-lint==0.61.4
|
||||
jmespath==1.0.1
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
|
@ -18,4 +18,4 @@ PyYAML==6.0
|
|||
s3transfer==0.6.0
|
||||
sarif-om==1.0.4
|
||||
six==1.16.0
|
||||
urllib3==1.26.10
|
||||
urllib3==1.26.11
|
||||
|
|
8
dependencies/python/flake8.txt
vendored
8
dependencies/python/flake8.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
flake8==4.0.1
|
||||
mccabe==0.6.1
|
||||
pycodestyle==2.8.0
|
||||
pyflakes==2.4.0
|
||||
flake8==5.0.0
|
||||
mccabe==0.7.0
|
||||
pycodestyle==2.9.0
|
||||
pyflakes==2.5.0
|
||||
|
|
9
dependencies/python/snakemake.txt
vendored
9
dependencies/python/snakemake.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
appdirs==1.4.4
|
||||
attrs==21.4.0
|
||||
attrs==22.1.0
|
||||
certifi==2022.6.15
|
||||
charset-normalizer==2.1.0
|
||||
ConfigArgParse==1.5.3
|
||||
|
@ -14,10 +14,11 @@ GitPython==3.1.27
|
|||
idna==3.3
|
||||
importlib-resources==5.9.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.7.2
|
||||
jsonschema==4.9.0
|
||||
jupyter-core==4.11.1
|
||||
MarkupSafe==2.1.1
|
||||
nbformat==5.4.0
|
||||
pkgutil_resolve_name==1.3.10
|
||||
plac==1.3.5
|
||||
psutil==5.9.1
|
||||
PuLP==2.6.0
|
||||
|
@ -29,12 +30,12 @@ requests==2.28.1
|
|||
retry==0.9.2
|
||||
smart-open==6.0.0
|
||||
smmap==5.0.0
|
||||
snakemake==7.9.0
|
||||
snakemake==7.12.0
|
||||
stopit==1.1.2
|
||||
tabulate==0.8.10
|
||||
toposort==1.7
|
||||
traitlets==5.3.0
|
||||
urllib3==1.26.10
|
||||
urllib3==1.26.11
|
||||
wrapt==1.14.1
|
||||
yte==1.5.1
|
||||
zipp==3.8.1
|
||||
|
|
4
dependencies/python/sqlfluff.txt
vendored
4
dependencies/python/sqlfluff.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
appdirs==1.4.4
|
||||
attrs==21.4.0
|
||||
attrs==22.1.0
|
||||
chardet==5.0.0
|
||||
click==8.1.3
|
||||
colorama==0.4.5
|
||||
|
@ -15,7 +15,7 @@ Pygments==2.12.0
|
|||
pyparsing==3.0.9
|
||||
pytest==7.1.2
|
||||
PyYAML==6.0
|
||||
regex==2022.7.9
|
||||
regex==2022.7.25
|
||||
sqlfluff==1.2.1
|
||||
tblib==1.7.0
|
||||
toml==0.10.2
|
||||
|
|
2
dependencies/python/yq.txt
vendored
2
dependencies/python/yq.txt
vendored
|
@ -2,4 +2,4 @@ argcomplete==2.0.0
|
|||
PyYAML==6.0
|
||||
toml==0.10.2
|
||||
xmltodict==0.13.0
|
||||
yq==3.0.2
|
||||
yq==3.1.0
|
||||
|
|
Loading…
Reference in a new issue