From 3073d953b4f7414b0815ddbfa3ec6afffdf95b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:23:39 +0000 Subject: [PATCH] [dependabot] Chore: Bump tabula-py from 2.1.1 to 2.9.0 Bumps [tabula-py](https://github.com/chezou/tabula-py) from 2.1.1 to 2.9.0. - [Release notes](https://github.com/chezou/tabula-py/releases) - [Commits](https://github.com/chezou/tabula-py/compare/v2.1.1...v2.9.0) --- updated-dependencies: - dependency-name: tabula-py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6934376..7228275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "scikit-learn==0.24.1", "scipy==1.10.0", "spacy==2.3.2", - "tabula-py==2.1.1", + "tabula-py==2.9.0", "tqdm", "traitlets==5.4", "urllib3==1.26.18",