Skip to content

Commit 2111463

Browse files
Update tabulate requirement from 0.9.0 to 0.10.0
Updates the requirements on [tabulate](https://github.com/astanin/python-tabulate) to permit the latest version. - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](astanin/python-tabulate@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: tabulate dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9349ab8 commit 2111463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requests = "^2.32.3"
3333
gitpython = "^3.1.43"
3434
tomli = { version = "^2.2.1", python = "<3.11" }
3535
pyyaml = "^6.0.2"
36-
tabulate = "0.9.0"
36+
tabulate = "0.10.0"
3737
matplotlib = ">=3.6"
3838
mplcursors = ">=0.6"
3939

0 commit comments

Comments
 (0)