mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Update Python dependencies (#2788)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
d597ca4472
commit
8a14c40fe8
3 changed files with 7 additions and 7 deletions
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.45.0
|
aws-sam-translator==1.45.0
|
||||||
boto3==1.21.37
|
boto3==1.21.42
|
||||||
botocore==1.24.37
|
botocore==1.24.42
|
||||||
cfn-lint==0.58.4
|
cfn-lint==0.59.0
|
||||||
jmespath==1.0.0
|
jmespath==1.0.0
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
jsonpatch==1.32
|
jsonpatch==1.32
|
||||||
|
|
6
dependencies/python/snakemake.txt
vendored
6
dependencies/python/snakemake.txt
vendored
|
@ -11,7 +11,7 @@ fastjsonschema==2.15.3
|
||||||
gitdb==4.0.9
|
gitdb==4.0.9
|
||||||
GitPython==3.1.27
|
GitPython==3.1.27
|
||||||
idna==3.3
|
idna==3.3
|
||||||
importlib-resources==5.6.0
|
importlib-resources==5.7.1
|
||||||
Jinja2==3.1.1
|
Jinja2==3.1.1
|
||||||
jsonschema==4.4.0
|
jsonschema==4.4.0
|
||||||
jupyter-core==4.9.2
|
jupyter-core==4.9.2
|
||||||
|
@ -28,12 +28,12 @@ requests==2.27.1
|
||||||
retry==0.9.2
|
retry==0.9.2
|
||||||
smart-open==5.2.1
|
smart-open==5.2.1
|
||||||
smmap==5.0.0
|
smmap==5.0.0
|
||||||
snakemake==7.3.6
|
snakemake==7.3.8
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.8.9
|
tabulate==0.8.9
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
traitlets==5.1.1
|
traitlets==5.1.1
|
||||||
urllib3==1.26.9
|
urllib3==1.26.9
|
||||||
wrapt==1.14.0
|
wrapt==1.14.0
|
||||||
yte==1.2.1
|
yte==1.2.2
|
||||||
zipp==3.8.0
|
zipp==3.8.0
|
||||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -3,7 +3,7 @@ attrs==21.4.0
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
click==8.1.2
|
click==8.1.2
|
||||||
colorama==0.4.4
|
colorama==0.4.4
|
||||||
diff-cover==6.4.5
|
diff-cover==6.5.0
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
Jinja2==3.1.1
|
Jinja2==3.1.1
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
|
|
Loading…
Reference in a new issue