mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Update Python dependencies
This commit is contained in:
parent
5b75b61ea1
commit
70bb091689
7 changed files with 18 additions and 18 deletions
14
dependencies/python/ansible-lint.txt
vendored
14
dependencies/python/ansible-lint.txt
vendored
|
@ -1,27 +1,27 @@
|
|||
ansible-compat==2.2.7
|
||||
ansible-core==2.14.1
|
||||
ansible-lint==6.10.0
|
||||
ansible-lint==6.10.2
|
||||
attrs==22.2.0
|
||||
black==22.12.0
|
||||
bracex==2.3.post1
|
||||
cffi==1.15.1
|
||||
click==8.1.3
|
||||
commonmark==0.9.1
|
||||
cryptography==38.0.4
|
||||
filelock==3.8.2
|
||||
cryptography==39.0.0
|
||||
filelock==3.9.0
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.17.3
|
||||
MarkupSafe==2.1.1
|
||||
mypy-extensions==0.4.3
|
||||
packaging==22.0
|
||||
pathspec==0.10.3
|
||||
platformdirs==2.6.0
|
||||
platformdirs==2.6.2
|
||||
pycparser==2.21
|
||||
Pygments==2.13.0
|
||||
pyrsistent==0.19.2
|
||||
Pygments==2.14.0
|
||||
pyrsistent==0.19.3
|
||||
PyYAML==6.0
|
||||
resolvelib==0.8.1
|
||||
rich==12.6.0
|
||||
rich==13.0.0
|
||||
ruamel.yaml==0.17.21
|
||||
ruamel.yaml.clib==0.2.7
|
||||
subprocess-tee==0.4.1
|
||||
|
|
2
dependencies/python/black.txt
vendored
2
dependencies/python/black.txt
vendored
|
@ -2,5 +2,5 @@ black==22.12.0
|
|||
click==8.1.3
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.10.3
|
||||
platformdirs==2.6.0
|
||||
platformdirs==2.6.2
|
||||
tomli==2.0.1
|
||||
|
|
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,7 +1,7 @@
|
|||
attrs==22.2.0
|
||||
aws-sam-translator==1.55.0
|
||||
boto3==1.26.37
|
||||
botocore==1.29.37
|
||||
boto3==1.26.41
|
||||
botocore==1.29.41
|
||||
cfn-lint==0.72.5
|
||||
jmespath==1.0.1
|
||||
jschema-to-python==1.2.3
|
||||
|
@ -12,7 +12,7 @@ jsonschema==3.2.0
|
|||
junit-xml==1.9
|
||||
networkx==2.8.8
|
||||
pbr==5.11.0
|
||||
pyrsistent==0.19.2
|
||||
pyrsistent==0.19.3
|
||||
python-dateutil==2.8.2
|
||||
PyYAML==6.0
|
||||
s3transfer==0.6.0
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -3,7 +3,7 @@ dill==0.3.6
|
|||
isort==5.11.4
|
||||
lazy-object-proxy==1.8.0
|
||||
mccabe==0.7.0
|
||||
platformdirs==2.6.0
|
||||
platformdirs==2.6.2
|
||||
pylint==2.15.9
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.6
|
||||
|
|
2
dependencies/python/snakefmt.txt
vendored
2
dependencies/python/snakefmt.txt
vendored
|
@ -2,7 +2,7 @@ black==22.12.0
|
|||
click==8.1.3
|
||||
mypy-extensions==0.4.3
|
||||
pathspec==0.10.3
|
||||
platformdirs==2.6.0
|
||||
platformdirs==2.6.2
|
||||
snakefmt==0.8.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
8
dependencies/python/snakemake.txt
vendored
8
dependencies/python/snakemake.txt
vendored
|
@ -9,18 +9,18 @@ docutils==0.19
|
|||
dpath==2.1.3
|
||||
fastjsonschema==2.16.2
|
||||
gitdb==4.0.10
|
||||
GitPython==3.1.29
|
||||
GitPython==3.1.30
|
||||
idna==3.4
|
||||
Jinja2==3.1.2
|
||||
jsonschema==4.17.3
|
||||
jupyter_core==5.1.1
|
||||
jupyter_core==5.1.2
|
||||
MarkupSafe==2.1.1
|
||||
nbformat==5.7.1
|
||||
plac==1.3.5
|
||||
platformdirs==2.6.0
|
||||
platformdirs==2.6.2
|
||||
psutil==5.9.4
|
||||
PuLP==2.7.0
|
||||
pyrsistent==0.19.2
|
||||
pyrsistent==0.19.3
|
||||
PyYAML==6.0
|
||||
requests==2.28.1
|
||||
reretry==0.11.8
|
||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -11,7 +11,7 @@ MarkupSafe==2.1.1
|
|||
packaging==22.0
|
||||
pathspec==0.10.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.13.0
|
||||
Pygments==2.14.0
|
||||
pytest==7.2.0
|
||||
PyYAML==6.0
|
||||
regex==2022.10.31
|
||||
|
|
Loading…
Reference in a new issue