mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Update Python dependencies (#3425)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
8607445fb4
commit
4e5b33defa
8 changed files with 24 additions and 27 deletions
11
dependencies/python/ansible-lint.txt
vendored
11
dependencies/python/ansible-lint.txt
vendored
|
@ -1,16 +1,15 @@
|
|||
ansible-compat==2.2.1
|
||||
ansible-core==2.13.4
|
||||
ansible-lint==6.7.0
|
||||
ansible-lint==6.8.0
|
||||
attrs==22.1.0
|
||||
black==22.8.0
|
||||
black==22.10.0
|
||||
bracex==2.3.post1
|
||||
cffi==1.15.1
|
||||
click==8.1.3
|
||||
commonmark==0.9.1
|
||||
cryptography==38.0.1
|
||||
enrich==1.2.7
|
||||
filelock==3.8.0
|
||||
importlib-resources==5.9.0
|
||||
importlib-resources==5.10.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.16.0
|
||||
MarkupSafe==2.1.1
|
||||
|
@ -30,7 +29,7 @@ ruamel.yaml==0.17.21
|
|||
ruamel.yaml.clib==0.2.6
|
||||
subprocess-tee==0.3.5
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.3.0
|
||||
typing_extensions==4.4.0
|
||||
wcmatch==8.4.1
|
||||
yamllint==1.28.0
|
||||
zipp==3.8.1
|
||||
zipp==3.9.0
|
||||
|
|
4
dependencies/python/black.txt
vendored
4
dependencies/python/black.txt
vendored
|
@ -1,7 +1,7 @@
|
|||
black==22.8.0
|
||||
black==22.10.0
|
||||
click==8.1.3
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.10.1
|
||||
platformdirs==2.5.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.3.0
|
||||
typing_extensions==4.4.0
|
||||
|
|
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
attrs==22.1.0
|
||||
aws-sam-translator==1.51.0
|
||||
boto3==1.24.84
|
||||
botocore==1.27.84
|
||||
cfn-lint==0.66.0
|
||||
aws-sam-translator==1.52.0
|
||||
boto3==1.24.89
|
||||
botocore==1.27.89
|
||||
cfn-lint==0.66.1
|
||||
jmespath==1.0.1
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
|
|
4
dependencies/python/mypy.txt
vendored
4
dependencies/python/mypy.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
mypy==0.981
|
||||
mypy==0.982
|
||||
mypy-extensions==0.4.3
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.3.0
|
||||
typing_extensions==4.4.0
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -7,5 +7,5 @@ platformdirs==2.5.2
|
|||
pylint==2.15.3
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.5
|
||||
typing_extensions==4.3.0
|
||||
typing_extensions==4.4.0
|
||||
wrapt==1.14.1
|
||||
|
|
6
dependencies/python/snakefmt.txt
vendored
6
dependencies/python/snakefmt.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
black==22.8.0
|
||||
black==22.10.0
|
||||
click==8.1.3
|
||||
importlib-metadata==1.7.0
|
||||
mypy-extensions==0.4.3
|
||||
|
@ -7,5 +7,5 @@ platformdirs==2.5.2
|
|||
snakefmt==0.6.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.3.0
|
||||
zipp==3.8.1
|
||||
typing_extensions==4.4.0
|
||||
zipp==3.9.0
|
||||
|
|
14
dependencies/python/snakemake.txt
vendored
14
dependencies/python/snakemake.txt
vendored
|
@ -5,14 +5,13 @@ charset-normalizer==2.1.1
|
|||
ConfigArgParse==1.5.3
|
||||
connection-pool==0.0.3
|
||||
datrie==0.8.2
|
||||
decorator==5.1.1
|
||||
docutils==0.19
|
||||
dpath==2.0.6
|
||||
fastjsonschema==2.16.2
|
||||
gitdb==4.0.9
|
||||
GitPython==3.1.27
|
||||
GitPython==3.1.28
|
||||
idna==3.4
|
||||
importlib-resources==5.9.0
|
||||
importlib-resources==5.10.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.16.0
|
||||
jupyter-core==4.11.1
|
||||
|
@ -22,20 +21,19 @@ pkgutil_resolve_name==1.3.10
|
|||
plac==1.3.5
|
||||
psutil==5.9.2
|
||||
PuLP==2.6.0
|
||||
py==1.11.0
|
||||
pyrsistent==0.18.1
|
||||
PyYAML==6.0
|
||||
ratelimiter==1.2.0.post0
|
||||
requests==2.28.1
|
||||
retry==0.9.2
|
||||
reretry==0.11.1
|
||||
smart-open==6.2.0
|
||||
smmap==5.0.0
|
||||
snakemake==7.14.2
|
||||
snakemake==7.15.2
|
||||
stopit==1.1.2
|
||||
tabulate==0.8.10
|
||||
tabulate==0.9.0
|
||||
toposort==1.7
|
||||
traitlets==5.4.0
|
||||
urllib3==1.26.12
|
||||
wrapt==1.14.1
|
||||
yte==1.5.1
|
||||
zipp==3.8.1
|
||||
zipp==3.9.0
|
||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -21,4 +21,4 @@ tblib==1.7.0
|
|||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
tqdm==4.64.1
|
||||
typing_extensions==4.3.0
|
||||
typing_extensions==4.4.0
|
||||
|
|
Loading…
Reference in a new issue