From 8f52c35a5558f8b2f41b07c03685b50e494fbe24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:28:43 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.2.2 in /v2/examples/flask-api-sparc 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] --- v2/examples/flask-api-sparc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/examples/flask-api-sparc/requirements.txt b/v2/examples/flask-api-sparc/requirements.txt index fe9edd64271..fbdf1065d3e 100644 --- a/v2/examples/flask-api-sparc/requirements.txt +++ b/v2/examples/flask-api-sparc/requirements.txt @@ -1,7 +1,7 @@ flask==2.3.2 flask-sqlalchemy==3.0.5 flask-cors==4.0.0 -python-dotenv==1.0.0 +python-dotenv==1.2.2 pytest==7.4.0 pytest-cov==4.1.0 black==23.7.0