From 91fac056584fd1c481022226040b1aac2c0aa6fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:20:50 +0000 Subject: [PATCH] Bump tdda from 2.0.9 to 2.2.7 Bumps [tdda](https://github.com/tdda/tdda) from 2.0.9 to 2.2.7. - [Commits](https://github.com/tdda/tdda/compare/tdda-2.0.09...tdda-2.2.07) --- updated-dependencies: - dependency-name: tdda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce56f90..c827b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">= 3.10" dependencies = [ "pdf-document-layout-analysis @ git+https://github.com/huridocs/pdf-document-layout-analysis@c3ad18b6d43712a41b0bfa8568eb39eb1aba31a6", "python-Levenshtein==0.25.1", - "tdda==2.0.9", + "tdda==2.2.7", "datasets==2.19.0", "evaluate==0.4.1", "pandas==2.2.2", diff --git a/requirements.txt b/requirements.txt index ed440e3..f6de1fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-Levenshtein==0.25.1 -tdda==2.0.9 +tdda==2.2.7 datasets==2.19.0 evaluate==0.4.1 pandas==2.2.2