From cba7563886ee8c19a4f0259de642463083e055a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:57:29 +0000 Subject: [PATCH] Bump python-dotenv in /Solutions/Upwind/Data Connectors Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.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.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Solutions/Upwind/Data Connectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/Upwind/Data Connectors/requirements.txt b/Solutions/Upwind/Data Connectors/requirements.txt index dda9f893cb5..bf0802fafd2 100644 --- a/Solutions/Upwind/Data Connectors/requirements.txt +++ b/Solutions/Upwind/Data Connectors/requirements.txt @@ -3,5 +3,5 @@ azure-functions==1.24.0 azure-identity==1.25.2 azure-keyvault-secrets==4.10.0 azure-monitor-ingestion==1.1.0 -python-dotenv==1.2.1 +python-dotenv==1.2.2 requests==2.32.5