mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
Update Python dependencies (#2546)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
b63b914b06
commit
069df12b17
5 changed files with 10 additions and 10 deletions
2
dependencies/python/black.txt
vendored
2
dependencies/python/black.txt
vendored
|
@ -1,5 +1,5 @@
|
||||||
black==22.1.0
|
black==22.1.0
|
||||||
click==8.0.3
|
click==8.0.4
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
pathspec==0.9.0
|
pathspec==0.9.0
|
||||||
platformdirs==2.5.1
|
platformdirs==2.5.1
|
||||||
|
|
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
aws-sam-translator==1.42.0
|
aws-sam-translator==1.42.0
|
||||||
boto3==1.20.54
|
boto3==1.21.4
|
||||||
botocore==1.23.54
|
botocore==1.24.4
|
||||||
cfn-lint==0.58.0
|
cfn-lint==0.58.1
|
||||||
jmespath==0.10.0
|
jmespath==0.10.0
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
jsonpatch==1.32
|
jsonpatch==1.32
|
||||||
|
|
8
dependencies/python/snakefmt.txt
vendored
8
dependencies/python/snakefmt.txt
vendored
|
@ -1,11 +1,11 @@
|
||||||
black==21.12b0
|
black==22.1.0
|
||||||
click==7.1.2
|
click==8.0.4
|
||||||
importlib-metadata==1.7.0
|
importlib-metadata==1.7.0
|
||||||
mypy-extensions==0.4.3
|
mypy-extensions==0.4.3
|
||||||
pathspec==0.9.0
|
pathspec==0.9.0
|
||||||
platformdirs==2.5.1
|
platformdirs==2.5.1
|
||||||
snakefmt==0.4.4
|
snakefmt==0.5.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==1.2.3
|
tomli==2.0.1
|
||||||
typing_extensions==4.1.1
|
typing_extensions==4.1.1
|
||||||
zipp==3.7.0
|
zipp==3.7.0
|
||||||
|
|
2
dependencies/python/snakemake.txt
vendored
2
dependencies/python/snakemake.txt
vendored
|
@ -6,7 +6,7 @@ ConfigArgParse==1.5.3
|
||||||
connection-pool==0.0.3
|
connection-pool==0.0.3
|
||||||
datrie==0.8.2
|
datrie==0.8.2
|
||||||
docutils==0.18.1
|
docutils==0.18.1
|
||||||
filelock==3.4.2
|
filelock==3.6.0
|
||||||
gitdb==4.0.9
|
gitdb==4.0.9
|
||||||
GitPython==3.1.27
|
GitPython==3.1.27
|
||||||
idna==3.3
|
idna==3.3
|
||||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
click==8.0.3
|
click==8.0.4
|
||||||
colorama==0.4.4
|
colorama==0.4.4
|
||||||
diff-cover==6.4.4
|
diff-cover==6.4.4
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
|
|
Loading…
Reference in a new issue