From c2b174ff09433dd6f1d8fcb74f2794af37fbfa3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:40:53 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.1 to 1.1.1 in /backend-agent Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.1.1. - [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.1...v1.1.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-agent/requirements.txt b/backend-agent/requirements.txt index a8b36f8..fb7336d 100644 --- a/backend-agent/requirements.txt +++ b/backend-agent/requirements.txt @@ -1,6 +1,6 @@ generative-ai-hub-sdk[all]>=3.1.1 Deprecated==1.2.15 -python-dotenv==1.0.1 +python-dotenv==1.1.1 faiss-cpu~=1.9.0 Flask==2.3.3 Flask-Cors==6.0.0