From 3aaabd9e6d5b4109db2028bbd994f3b76a0d4b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:32:46 +0000 Subject: [PATCH] Bump tdda from 2.0.9 to 2.2.5 Bumps [tdda](https://github.com/tdda/tdda) from 2.0.9 to 2.2.5. - [Commits](https://github.com/tdda/tdda/compare/tdda-2.0.09...tdda-2.2.05) --- 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 a774029..fa4cc17 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@a490e280aa168e12c0211d4f03a5264168512ba4", "python-Levenshtein==0.25.1", - "tdda==2.0.9", + "tdda==2.2.5", "datasets==2.19.0", "evaluate==0.4.1", "pandas==2.2.2", diff --git a/requirements.txt b/requirements.txt index e94225f..3daf356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ git+https://github.com/huridocs/pdf-document-layout-analysis@a490e280aa168e12c0211d4f03a5264168512ba4 python-Levenshtein==0.25.1 -tdda==2.0.9 +tdda==2.2.5 datasets==2.19.0 evaluate==0.4.1 pandas==2.2.2