From f8bbd8a748ea1c1707689a7b86629b663f9f5ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:49:39 +0000 Subject: [PATCH] chore(deps): bump tabulate from 0.8.10 to 0.9.0 Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.10 to 0.9.0. - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.10...v0.9.0) --- updated-dependencies: - dependency-name: tabulate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb2e9b3..b46efd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -242,7 +242,7 @@ sphinxcontrib-qthelp==1.0.7 # via sphinx sphinxcontrib-serializinghtml==1.1.10 # via sphinx -tabulate==0.8.10 +tabulate==0.9.0 # via tsplib95 tenacity==8.2.3 # via plotly