From 488e00f2ac1d59e9ff9baa13b007e133a3ab3908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:43:29 +0000 Subject: [PATCH] Bump python-dotenv in /python-recipes/market-analysis-demo 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] --- python-recipes/market-analysis-demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-recipes/market-analysis-demo/requirements.txt b/python-recipes/market-analysis-demo/requirements.txt index b8a08b9..206fceb 100644 --- a/python-recipes/market-analysis-demo/requirements.txt +++ b/python-recipes/market-analysis-demo/requirements.txt @@ -1,6 +1,6 @@ Flask==3.1.3 parallel-web==0.2.0 -python-dotenv==1.0.0 +python-dotenv==1.2.2 Werkzeug==3.1.6 requests==2.31.0 psycopg2-binary==2.9.9