build(deps): bump tabulate from 0.8.9 to 0.9.0

Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.9 to 0.9.0.
- [Release notes](https://github.com/astanin/python-tabulate/releases)
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.9...v0.9.0)

---
updated-dependencies:
- dependency-name: tabulate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-10 15:09:17 +00:00
committed by GitHub
parent ac71676d79
commit 8307c66256

View File

@@ -13,7 +13,7 @@ import setuptools
requirements = [
"tqdm==4.64.1",
"pyyaml==6.0",
"tabulate==0.8.9",
"tabulate==0.9.0",
"colorama==0.4.5",
"termcolor==2.0.1",
"wcwidth==0.2.5",