mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Update Python dependencies (#3124)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
8c67cfdae6
commit
4480c1e56c
7 changed files with 17 additions and 17 deletions
6
dependencies/python/ansible-lint.txt
vendored
6
dependencies/python/ansible-lint.txt
vendored
|
@ -5,12 +5,12 @@ attrs==21.4.0
|
|||
bracex==2.3.post1
|
||||
cffi==1.15.1
|
||||
commonmark==0.9.1
|
||||
cryptography==37.0.2
|
||||
cryptography==37.0.4
|
||||
enrich==1.2.7
|
||||
importlib-resources==5.8.0
|
||||
iniconfig==1.1.1
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.6.1
|
||||
jsonschema==4.6.2
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
|
@ -30,5 +30,5 @@ subprocess-tee==0.3.5
|
|||
tomli==2.0.1
|
||||
typing_extensions==4.3.0
|
||||
wcmatch==8.4
|
||||
yamllint==1.26.3
|
||||
yamllint==1.27.1
|
||||
zipp==3.8.0
|
||||
|
|
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.46.0
|
||||
boto3==1.24.22
|
||||
botocore==1.27.22
|
||||
cfn-lint==0.61.1
|
||||
boto3==1.24.26
|
||||
botocore==1.27.26
|
||||
cfn-lint==0.61.2
|
||||
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.9
|
||||
urllib3==1.26.10
|
||||
|
|
4
dependencies/python/pylint.txt
vendored
4
dependencies/python/pylint.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
astroid==2.11.6
|
||||
astroid==2.11.7
|
||||
dill==0.3.5.1
|
||||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
|
@ -6,6 +6,6 @@ mccabe==0.7.0
|
|||
platformdirs==2.5.2
|
||||
pylint==2.14.4
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.0
|
||||
tomlkit==0.11.1
|
||||
typing_extensions==4.3.0
|
||||
wrapt==1.14.1
|
||||
|
|
8
dependencies/python/snakemake.txt
vendored
8
dependencies/python/snakemake.txt
vendored
|
@ -6,7 +6,7 @@ ConfigArgParse==1.5.3
|
|||
connection-pool==0.0.3
|
||||
datrie==0.8.2
|
||||
decorator==5.1.1
|
||||
docutils==0.18.1
|
||||
docutils==0.19
|
||||
dpath==2.0.6
|
||||
fastjsonschema==2.15.3
|
||||
gitdb==4.0.9
|
||||
|
@ -14,8 +14,8 @@ GitPython==3.1.27
|
|||
idna==3.3
|
||||
importlib-resources==5.8.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.6.1
|
||||
jupyter-core==4.10.0
|
||||
jsonschema==4.6.2
|
||||
jupyter-core==4.11.1
|
||||
MarkupSafe==2.1.1
|
||||
nbformat==5.4.0
|
||||
plac==1.3.5
|
||||
|
@ -34,7 +34,7 @@ stopit==1.1.2
|
|||
tabulate==0.8.10
|
||||
toposort==1.7
|
||||
traitlets==5.3.0
|
||||
urllib3==1.26.9
|
||||
urllib3==1.26.10
|
||||
wrapt==1.14.1
|
||||
yte==1.5.1
|
||||
zipp==3.8.0
|
||||
|
|
4
dependencies/python/sqlfluff.txt
vendored
4
dependencies/python/sqlfluff.txt
vendored
|
@ -15,8 +15,8 @@ Pygments==2.12.0
|
|||
pyparsing==3.0.9
|
||||
pytest==7.1.2
|
||||
PyYAML==6.0
|
||||
regex==2022.6.2
|
||||
sqlfluff==1.0.0
|
||||
regex==2022.7.9
|
||||
sqlfluff==1.1.0
|
||||
tblib==1.7.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
2
dependencies/python/yamllint.txt
vendored
2
dependencies/python/yamllint.txt
vendored
|
@ -1,3 +1,3 @@
|
|||
pathspec==0.9.0
|
||||
PyYAML==6.0
|
||||
yamllint==1.26.3
|
||||
yamllint==1.27.1
|
||||
|
|
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==2.14.0
|
||||
yq==3.0.2
|
||||
|
|
Loading…
Reference in a new issue