From 0d260af91d837f0ec4b19c9c7a316d433754efde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:48:11 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.2.2 in /backend_flask Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 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.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend_flask/requirements.txt b/backend_flask/requirements.txt index cca6696..04cb886 100644 --- a/backend_flask/requirements.txt +++ b/backend_flask/requirements.txt @@ -10,5 +10,5 @@ python-dateutil==2.8.2 openpyxl==3.1.2 torch==2.1.0 torchvision==0.16.0 -python-dotenv==1.0.0 +python-dotenv==1.2.2 werkzeug==3.0.1 \ No newline at end of file