From 3f519494126e4c4472067aa257a7da984e20bfef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 22:04:33 +0000 Subject: [PATCH] chore(deps): bump python-dotenv from 1.0.0 to 1.1.1 in /backend-api Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-api/requirements.txt b/backend-api/requirements.txt index 8beeb89..d4d9724 100644 --- a/backend-api/requirements.txt +++ b/backend-api/requirements.txt @@ -6,7 +6,7 @@ scipy==1.11.1 yfinance==0.2.65 requests==2.31.0 urllib3==2.0.7 -python-dotenv==1.0.0 +python-dotenv==1.1.1 gunicorn==21.2.0 Werkzeug==2.3.7 scikit-learn==1.3.0