From 8423098ff6610517ec3d2c07af5a8c1e71c9a9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:40:40 +0000 Subject: [PATCH] Bump python-dotenv in /samples/web-app-cosmosdb-mongodb-api/python/src Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.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.1.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../web-app-cosmosdb-mongodb-api/python/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-app-cosmosdb-mongodb-api/python/src/requirements.txt b/samples/web-app-cosmosdb-mongodb-api/python/src/requirements.txt index 95183b0..dbdeec1 100644 --- a/samples/web-app-cosmosdb-mongodb-api/python/src/requirements.txt +++ b/samples/web-app-cosmosdb-mongodb-api/python/src/requirements.txt @@ -2,4 +2,4 @@ Flask==3.1.0 azure-identity==1.25.1 pymongo==4.15.3 gunicorn==23.0.0 -python-dotenv==1.1.1 \ No newline at end of file +python-dotenv==1.2.2 \ No newline at end of file