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
ef1af79091
commit
5451094101
6 changed files with 10 additions and 10 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
ansible-compat==2.2.7
|
ansible-compat==2.2.7
|
||||||
ansible-core==2.14.1
|
ansible-core==2.14.1
|
||||||
ansible-lint==6.10.0
|
ansible-lint==6.10.0
|
||||||
attrs==22.1.0
|
attrs==22.2.0
|
||||||
black==22.12.0
|
black==22.12.0
|
||||||
bracex==2.3.post1
|
bracex==2.3.post1
|
||||||
cffi==1.15.1
|
cffi==1.15.1
|
||||||
|
|
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
attrs==22.1.0
|
attrs==22.2.0
|
||||||
aws-sam-translator==1.55.0
|
aws-sam-translator==1.55.0
|
||||||
boto3==1.26.33
|
boto3==1.26.37
|
||||||
botocore==1.29.33
|
botocore==1.29.37
|
||||||
cfn-lint==0.72.5
|
cfn-lint==0.72.5
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
|
|
2
dependencies/python/isort.txt
vendored
2
dependencies/python/isort.txt
vendored
|
@ -1 +1 @@
|
||||||
isort==5.11.3
|
isort==5.11.4
|
||||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -1,6 +1,6 @@
|
||||||
astroid==2.12.13
|
astroid==2.12.13
|
||||||
dill==0.3.6
|
dill==0.3.6
|
||||||
isort==5.11.3
|
isort==5.11.4
|
||||||
lazy-object-proxy==1.8.0
|
lazy-object-proxy==1.8.0
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
platformdirs==2.6.0
|
platformdirs==2.6.0
|
||||||
|
|
4
dependencies/python/snakemake.txt
vendored
4
dependencies/python/snakemake.txt
vendored
|
@ -1,5 +1,5 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==22.1.0
|
attrs==22.2.0
|
||||||
certifi==2022.12.7
|
certifi==2022.12.7
|
||||||
charset-normalizer==2.1.1
|
charset-normalizer==2.1.1
|
||||||
ConfigArgParse==1.5.3
|
ConfigArgParse==1.5.3
|
||||||
|
@ -13,7 +13,7 @@ GitPython==3.1.29
|
||||||
idna==3.4
|
idna==3.4
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
jsonschema==4.17.3
|
jsonschema==4.17.3
|
||||||
jupyter_core==5.1.0
|
jupyter_core==5.1.1
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
nbformat==5.7.1
|
nbformat==5.7.1
|
||||||
plac==1.3.5
|
plac==1.3.5
|
||||||
|
|
4
dependencies/python/sqlfluff.txt
vendored
4
dependencies/python/sqlfluff.txt
vendored
|
@ -1,10 +1,10 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==22.1.0
|
attrs==22.2.0
|
||||||
chardet==5.1.0
|
chardet==5.1.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
diff-cover==7.3.0
|
diff-cover==7.3.0
|
||||||
exceptiongroup==1.0.4
|
exceptiongroup==1.1.0
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.2
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
|
|
Loading…
Reference in a new issue