From 9a7ba91a2b73843765c0eb77091d6e7f82ad6e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:36:18 +0000 Subject: [PATCH] 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. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21abcbf6..3e692db4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ pytz==2021.3 rdkit==2023.3.1 redis==4.4.4 requests==2.31.0 -tabulate==0.8.9 +tabulate==0.9.0 xhtml2pdf==0.2.5