mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Update Python dependencies
This commit is contained in:
parent
92ee250684
commit
024514974a
6 changed files with 14 additions and 14 deletions
10
dependencies/python/ansible-lint.txt
vendored
10
dependencies/python/ansible-lint.txt
vendored
|
@ -1,11 +1,11 @@
|
||||||
ansible-core==2.14.4
|
ansible-core==2.14.4
|
||||||
ansible-lint==6.14.4
|
ansible-lint==6.14.6
|
||||||
attrs==22.2.0
|
attrs==23.1.0
|
||||||
black==23.3.0
|
black==23.3.0
|
||||||
bracex==2.3.post1
|
bracex==2.3.post1
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
cryptography==40.0.1
|
cryptography==40.0.2
|
||||||
filelock==3.11.0
|
filelock==3.11.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.17.3
|
jsonschema==4.17.3
|
||||||
|
@ -13,7 +13,7 @@ markdown-it-py==2.2.0
|
||||||
MarkupSafe==2.1.2
|
MarkupSafe==2.1.2
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
packaging==23.0
|
packaging==23.1
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
platformdirs==3.2.0
|
platformdirs==3.2.0
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
|
@ -21,7 +21,7 @@ Pygments==2.15.0
|
||||||
pyrsistent==0.19.3
|
pyrsistent==0.19.3
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
resolvelib==0.8.1
|
resolvelib==0.8.1
|
||||||
rich==13.3.3
|
rich==13.3.4
|
||||||
ruamel.yaml==0.17.21
|
ruamel.yaml==0.17.21
|
||||||
ruamel.yaml.clib==0.2.7
|
ruamel.yaml.clib==0.2.7
|
||||||
subprocess-tee==0.4.1
|
subprocess-tee==0.4.1
|
||||||
|
|
2
dependencies/python/black.txt
vendored
2
dependencies/python/black.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
black==23.3.0
|
black==23.3.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
packaging==23.0
|
packaging==23.1
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
platformdirs==3.2.0
|
platformdirs==3.2.0
|
||||||
tomli==2.0.1
|
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
|
attrs==23.1.0
|
||||||
aws-sam-translator==1.64.0
|
aws-sam-translator==1.64.0
|
||||||
boto3==1.26.109
|
boto3==1.26.114
|
||||||
botocore==1.29.109
|
botocore==1.29.114
|
||||||
cfn-lint==0.77.0
|
cfn-lint==0.77.0
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
|
|
2
dependencies/python/snakefmt.txt
vendored
2
dependencies/python/snakefmt.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
black==23.3.0
|
black==23.3.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
packaging==23.0
|
packaging==23.1
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
platformdirs==3.2.0
|
platformdirs==3.2.0
|
||||||
snakefmt==0.8.4
|
snakefmt==0.8.4
|
||||||
|
|
2
dependencies/python/snakemake.txt
vendored
2
dependencies/python/snakemake.txt
vendored
|
@ -1,5 +1,5 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==22.2.0
|
attrs==23.1.0
|
||||||
certifi==2022.12.7
|
certifi==2022.12.7
|
||||||
charset-normalizer==3.1.0
|
charset-normalizer==3.1.0
|
||||||
ConfigArgParse==1.5.3
|
ConfigArgParse==1.5.3
|
||||||
|
|
6
dependencies/python/sqlfluff.txt
vendored
6
dependencies/python/sqlfluff.txt
vendored
|
@ -7,14 +7,14 @@ exceptiongroup==1.1.1
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
MarkupSafe==2.1.2
|
MarkupSafe==2.1.2
|
||||||
packaging==23.0
|
packaging==23.1
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
Pygments==2.15.0
|
Pygments==2.15.0
|
||||||
pytest==7.3.0
|
pytest==7.3.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
regex==2023.3.23
|
regex==2023.3.23
|
||||||
sqlfluff==2.0.3
|
sqlfluff==2.0.5
|
||||||
tblib==1.7.0
|
tblib==1.7.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
|
|
Loading…
Reference in a new issue