mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Update Python dependencies (#2966)
Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
parent
a320804d31
commit
d152bd07a3
4 changed files with 5 additions and 5 deletions
2
dependencies/python/ansible-lint.txt
vendored
2
dependencies/python/ansible-lint.txt
vendored
|
@ -23,7 +23,7 @@ pyrsistent==0.18.1
|
|||
pytest==7.1.2
|
||||
PyYAML==6.0
|
||||
resolvelib==0.5.4
|
||||
rich==12.4.3
|
||||
rich==12.4.4
|
||||
ruamel.yaml==0.17.21
|
||||
ruamel.yaml.clib==0.2.6
|
||||
subprocess-tee==0.3.5
|
||||
|
|
4
dependencies/python/cfn-lint.txt
vendored
4
dependencies/python/cfn-lint.txt
vendored
|
@ -1,7 +1,7 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.45.0
|
||||
boto3==1.23.5
|
||||
botocore==1.26.5
|
||||
boto3==1.23.10
|
||||
botocore==1.26.10
|
||||
cfn-lint==0.60.1
|
||||
jmespath==1.0.0
|
||||
jschema-to-python==1.2.3
|
||||
|
|
2
dependencies/python/mypy.txt
vendored
2
dependencies/python/mypy.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
mypy==0.950
|
||||
mypy==0.960
|
||||
mypy-extensions==0.4.3
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.2.0
|
||||
|
|
2
dependencies/python/snakemake.txt
vendored
2
dependencies/python/snakemake.txt
vendored
|
@ -29,7 +29,7 @@ requests==2.27.1
|
|||
retry==0.9.2
|
||||
smart-open==6.0.0
|
||||
smmap==5.0.0
|
||||
snakemake==7.7.0
|
||||
snakemake==7.8.0
|
||||
stopit==1.1.2
|
||||
tabulate==0.8.9
|
||||
toposort==1.7
|
||||
|
|
Loading…
Reference in a new issue