From 8b5c33c69657694a2976071bd8b90d332b47b9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 15:17:15 +0000 Subject: [PATCH] chore(deps): bump python-dotenv from 1.0.1 to 1.2.2 in /worker Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.2.2. - [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.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b6b43b4d..44cf8c51 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.115.6 uvicorn==0.34.0 python-multipart==0.0.20 -python-dotenv==1.0.1 +python-dotenv==1.2.2 psycopg2-binary==2.9.10 pdfplumber==0.11.4 pytesseract==0.3.13