From bafdd0087d4d481a429b357d5bcbcb2d3e57c210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 01:05:09 +0000 Subject: [PATCH] Update python-dotenv requirement from ~=1.0.1 to ~=1.1.0 Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: python-dotenv 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..e1ac993 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pandas~=2.2.3 pdf2image~=1.17.0 pydantic~=2.10.6 pytesseract~=0.3.13 -python-dotenv~=1.0.1 +python-dotenv~=1.1.0 seaborn~=0.13.2 scikit-learn tabulate~=0.9.0