mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 05:02:15 -05:00
Update Python dependencies
This commit is contained in:
parent
244f2daed2
commit
71957137ef
4 changed files with 6 additions and 6 deletions
6
dependencies/python/cfn-lint.txt
vendored
6
dependencies/python/cfn-lint.txt
vendored
|
@ -1,7 +1,7 @@
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
aws-sam-translator==1.42.0
|
aws-sam-translator==1.42.0
|
||||||
boto3==1.21.8
|
boto3==1.21.13
|
||||||
botocore==1.24.8
|
botocore==1.24.13
|
||||||
cfn-lint==0.58.2
|
cfn-lint==0.58.2
|
||||||
jmespath==0.10.0
|
jmespath==0.10.0
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
|
@ -10,7 +10,7 @@ jsonpickle==2.1.0
|
||||||
jsonpointer==2.2
|
jsonpointer==2.2
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
junit-xml==1.9
|
junit-xml==1.9
|
||||||
networkx==2.6.3
|
networkx==2.7.1
|
||||||
pbr==5.8.1
|
pbr==5.8.1
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
|
|
2
dependencies/python/snakefmt.txt
vendored
2
dependencies/python/snakefmt.txt
vendored
|
@ -4,7 +4,7 @@ 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.5.0
|
snakefmt==0.6.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
typing_extensions==4.1.1
|
typing_extensions==4.1.1
|
||||||
|
|
2
dependencies/python/snakemake.txt
vendored
2
dependencies/python/snakemake.txt
vendored
|
@ -29,7 +29,7 @@ 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.0.1
|
snakemake==7.1.0
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.8.9
|
tabulate==0.8.9
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -15,7 +15,7 @@ Pygments==2.11.2
|
||||||
pyparsing==3.0.7
|
pyparsing==3.0.7
|
||||||
pytest==7.0.1
|
pytest==7.0.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
regex==2022.1.18
|
regex==2022.3.2
|
||||||
sqlfluff==0.10.1
|
sqlfluff==0.10.1
|
||||||
tblib==1.7.0
|
tblib==1.7.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
|
|
Loading…
Reference in a new issue