From 00288a0933678141a6637f428d3db18f2e25aa3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:28:30 +0000 Subject: [PATCH] Bump python-dotenv in /samples/web-app-cosmosdb-nosql-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] --- samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt b/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt index 05b818f..e852ec6 100644 --- a/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt +++ b/samples/web-app-cosmosdb-nosql-api/python/src/requirements.txt @@ -2,5 +2,5 @@ Flask==3.1.0 azure-mgmt-cosmosdb==9.8.0 azure-cosmos==4.7.0 gunicorn==20.1.0 -python-dotenv==1.1.1 +python-dotenv==1.2.2 setuptools==79.0.1