From e990ef88f8dec4ec84b20e5c18b93b5be4b6fc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:55:07 +0000 Subject: [PATCH] Bump python-dotenv in /samples/web-app-managed-identity/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-managed-identity/python/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web-app-managed-identity/python/src/requirements.txt b/samples/web-app-managed-identity/python/src/requirements.txt index 5c1eb2c..f483141 100644 --- a/samples/web-app-managed-identity/python/src/requirements.txt +++ b/samples/web-app-managed-identity/python/src/requirements.txt @@ -3,4 +3,4 @@ azure-identity==1.12.0 azure-storage-blob==12.26.0 azure-core==1.35.0 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