From 89e24264c209bd4408603beb7f510648b872266d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:20:42 +0000 Subject: [PATCH] Update python-dotenv requirement in /AskAgent/python 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] --- AskAgent/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AskAgent/python/requirements.txt b/AskAgent/python/requirements.txt index a4c9f65f..fe796d23 100644 --- a/AskAgent/python/requirements.txt +++ b/AskAgent/python/requirements.txt @@ -8,7 +8,7 @@ marshmallow<5.0.0 packaging>=16.8,<27 protobuf>=7.34.1,<8 matplotlib>=3.10.9 -python-dotenv>=1.0.0 +python-dotenv>=1.2.2 aiohttp>=3.13.5 aiofiles>=25.1.0 pyyaml>=6.0.3