From 87c8b23dcbf68eee7fd36569a9d94d3b1c06ccc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:53:44 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement 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.2.2...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/mcp/config-api/mcp-config-api-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/mcp/config-api/mcp-config-api-server/requirements.txt b/demos/mcp/config-api/mcp-config-api-server/requirements.txt index 055ad01b086..70738a9d875 100644 --- a/demos/mcp/config-api/mcp-config-api-server/requirements.txt +++ b/demos/mcp/config-api/mcp-config-api-server/requirements.txt @@ -1,3 +1,3 @@ mcp>=1.28.1 ollama>=0.5.12 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3