mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Update Python dependencies (#2616)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
a1e55fad90
commit
07b2cc9eab
5 changed files with 10 additions and 13 deletions
3
dependencies/python/ansible-lint.txt
vendored
3
dependencies/python/ansible-lint.txt
vendored
|
@ -2,7 +2,6 @@ ansible-core==2.12.3
|
|||
ansible-lint==5.4.0
|
||||
bracex==2.2.1
|
||||
cffi==1.15.0
|
||||
colorama==0.4.4
|
||||
commonmark==0.9.1
|
||||
cryptography==36.0.1
|
||||
enrich==1.2.7
|
||||
|
@ -14,7 +13,7 @@ Pygments==2.11.2
|
|||
pyparsing==3.0.7
|
||||
PyYAML==6.0
|
||||
resolvelib==0.5.4
|
||||
rich==11.2.0
|
||||
rich==12.0.0
|
||||
ruamel.yaml==0.17.21
|
||||
ruamel.yaml.clib==0.2.6
|
||||
tenacity==8.0.1
|
||||
|
|
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.42.0
|
||||
boto3==1.21.13
|
||||
botocore==1.24.13
|
||||
cfn-lint==0.58.2
|
||||
boto3==1.21.18
|
||||
botocore==1.24.18
|
||||
cfn-lint==0.58.3
|
||||
jmespath==0.10.0
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
|
|
2
dependencies/python/mypy.txt
vendored
2
dependencies/python/mypy.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
mypy==0.931
|
||||
mypy==0.940
|
||||
mypy-extensions==0.4.3
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.1.1
|
||||
|
|
8
dependencies/python/snakemake.txt
vendored
8
dependencies/python/snakemake.txt
vendored
|
@ -7,17 +7,15 @@ connection-pool==0.0.3
|
|||
datrie==0.8.2
|
||||
decorator==5.1.1
|
||||
docutils==0.18.1
|
||||
filelock==3.6.0
|
||||
gitdb==4.0.9
|
||||
GitPython==3.1.27
|
||||
idna==3.3
|
||||
importlib-resources==5.4.0
|
||||
ipython-genutils==0.2.0
|
||||
Jinja2==3.0.3
|
||||
jsonschema==4.4.0
|
||||
jupyter-core==4.9.2
|
||||
MarkupSafe==2.1.0
|
||||
nbformat==5.1.3
|
||||
nbformat==5.2.0
|
||||
plac==1.3.4
|
||||
psutil==5.9.0
|
||||
PuLP==2.6.0
|
||||
|
@ -29,12 +27,12 @@ requests==2.27.1
|
|||
retry==0.9.2
|
||||
smart-open==5.2.1
|
||||
smmap==5.0.0
|
||||
snakemake==7.1.0
|
||||
snakemake==7.2.0
|
||||
stopit==1.1.2
|
||||
tabulate==0.8.9
|
||||
toposort==1.7
|
||||
traitlets==5.1.1
|
||||
urllib3==1.26.8
|
||||
wrapt==1.13.3
|
||||
wrapt==1.14.0
|
||||
yte==1.2.0
|
||||
zipp==3.7.0
|
||||
|
|
4
dependencies/python/sqlfluff.txt
vendored
4
dependencies/python/sqlfluff.txt
vendored
|
@ -13,10 +13,10 @@ pluggy==1.0.0
|
|||
py==1.11.0
|
||||
Pygments==2.11.2
|
||||
pyparsing==3.0.7
|
||||
pytest==7.0.1
|
||||
pytest==7.1.0
|
||||
PyYAML==6.0
|
||||
regex==2022.3.2
|
||||
sqlfluff==0.10.1
|
||||
sqlfluff==0.11.0
|
||||
tblib==1.7.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
Loading…
Reference in a new issue