From 2026bf1457f9b9e75918f3f9a256a2e1980a3377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 01:03:55 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.10.6 to ~=2.11.2 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.11.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e5ae16..242e075 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ opencv-python~=4.11.0.86 openpyxl~=3.1.5 pandas~=2.2.3 pdf2image~=1.17.0 -pydantic~=2.10.6 +pydantic~=2.11.2 pytesseract~=0.3.13 python-dotenv~=1.0.1 seaborn~=0.13.2