mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Update Python dependencies (#3000)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
3bfd26a979
commit
dfad0c8b83
5 changed files with 14 additions and 13 deletions
6
dependencies/python/ansible-lint.txt
vendored
6
dependencies/python/ansible-lint.txt
vendored
|
@ -2,7 +2,7 @@ ansible-compat==2.1.0
|
|||
ansible-core==2.13.0
|
||||
ansible-lint==6.2.2
|
||||
attrs==21.4.0
|
||||
bracex==2.3
|
||||
bracex==2.3.post1
|
||||
cffi==1.15.0
|
||||
commonmark==0.9.1
|
||||
cryptography==37.0.2
|
||||
|
@ -10,7 +10,7 @@ enrich==1.2.7
|
|||
importlib-resources==5.7.1
|
||||
iniconfig==1.1.1
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.5.1
|
||||
jsonschema==4.6.0
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
pathspec==0.9.0
|
||||
|
@ -29,6 +29,6 @@ ruamel.yaml.clib==0.2.6
|
|||
subprocess-tee==0.3.5
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.2.0
|
||||
wcmatch==8.3
|
||||
wcmatch==8.4
|
||||
yamllint==1.26.3
|
||||
zipp==3.8.0
|
||||
|
|
10
dependencies/python/cfn-lint.txt
vendored
10
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.45.0
|
||||
boto3==1.23.10
|
||||
botocore==1.26.10
|
||||
cfn-lint==0.60.1
|
||||
boto3==1.24.2
|
||||
botocore==1.27.2
|
||||
cfn-lint==0.61.0
|
||||
jmespath==1.0.0
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
|
@ -10,12 +10,12 @@ jsonpickle==2.2.0
|
|||
jsonpointer==2.3
|
||||
jsonschema==3.2.0
|
||||
junit-xml==1.9
|
||||
networkx==2.8.2
|
||||
networkx==2.8.3
|
||||
pbr==5.9.0
|
||||
pyrsistent==0.18.1
|
||||
python-dateutil==2.8.2
|
||||
PyYAML==6.0
|
||||
s3transfer==0.5.2
|
||||
s3transfer==0.6.0
|
||||
sarif-om==1.0.4
|
||||
six==1.16.0
|
||||
urllib3==1.26.9
|
||||
|
|
3
dependencies/python/pylint.txt
vendored
3
dependencies/python/pylint.txt
vendored
|
@ -4,7 +4,8 @@ isort==5.10.1
|
|||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.7.0
|
||||
platformdirs==2.5.2
|
||||
pylint==2.13.9
|
||||
pylint==2.14.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.0
|
||||
typing_extensions==4.2.0
|
||||
wrapt==1.14.1
|
||||
|
|
6
dependencies/python/snakemake.txt
vendored
6
dependencies/python/snakemake.txt
vendored
|
@ -14,7 +14,7 @@ GitPython==3.1.27
|
|||
idna==3.3
|
||||
importlib-resources==5.7.1
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.5.1
|
||||
jsonschema==4.6.0
|
||||
jupyter-core==4.10.0
|
||||
MarkupSafe==2.1.1
|
||||
nbformat==5.4.0
|
||||
|
@ -33,8 +33,8 @@ snakemake==7.8.1
|
|||
stopit==1.1.2
|
||||
tabulate==0.8.9
|
||||
toposort==1.7
|
||||
traitlets==5.2.1.post0
|
||||
traitlets==5.2.2.post1
|
||||
urllib3==1.26.9
|
||||
wrapt==1.14.1
|
||||
yte==1.4.0
|
||||
yte==1.5.1
|
||||
zipp==3.8.0
|
||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -15,7 +15,7 @@ Pygments==2.12.0
|
|||
pyparsing==3.0.9
|
||||
pytest==7.1.2
|
||||
PyYAML==6.0
|
||||
regex==2022.4.24
|
||||
regex==2022.6.2
|
||||
sqlfluff==0.13.2
|
||||
tblib==1.7.0
|
||||
toml==0.10.2
|
||||
|
|
Loading…
Reference in a new issue