From 9b48eb702779d3071f0aba72d6f46a9edfc6967b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:09:10 +0000 Subject: [PATCH] Update python-dotenv requirement in /services/mcps/oap-azure-mcp Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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] --- services/mcps/oap-azure-mcp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mcps/oap-azure-mcp/requirements.txt b/services/mcps/oap-azure-mcp/requirements.txt index 5cea1b83d..7b942c518 100644 --- a/services/mcps/oap-azure-mcp/requirements.txt +++ b/services/mcps/oap-azure-mcp/requirements.txt @@ -115,5 +115,5 @@ fastmcp>=3.2.0,<4.0.0 # ============================================================================= # UTILITIES # ============================================================================= -python-dotenv>=1.0.0 +python-dotenv>=1.2.2 structlog>=24.1.0