From b6379e448e5730fdc6f8fbe5fadc914b507f080e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:26:45 +0000 Subject: [PATCH] build(deps): bump python-dotenv in /scripts/mcp/DiscoveryAgent/Rich 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] --- scripts/mcp/DiscoveryAgent/Rich/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mcp/DiscoveryAgent/Rich/requirements.txt b/scripts/mcp/DiscoveryAgent/Rich/requirements.txt index fe0e5401d..b54344643 100644 --- a/scripts/mcp/DiscoveryAgent/Rich/requirements.txt +++ b/scripts/mcp/DiscoveryAgent/Rich/requirements.txt @@ -1,4 +1,4 @@ httpx==0.28.1 pydantic==2.12.5 -python-dotenv==1.2.1 +python-dotenv==1.2.2 rich==14.2.0