From e5b851ba1201dc1e360f8f98d2555efc66ae37e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:28:29 +0000 Subject: [PATCH] Update python-dotenv requirement from >=1.2.2 to >=1.2.3 in /llm-rca 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] --- llm-rca/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm-rca/requirements.txt b/llm-rca/requirements.txt index 198a91d..4742e7d 100644 --- a/llm-rca/requirements.txt +++ b/llm-rca/requirements.txt @@ -1,7 +1,7 @@ pandas>=3.0.5 numpy>=2.5.1 scikit-learn>=1.9.0 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3 langchain>=1.3.14 langchain_openai>=1.4.1 langchain_community>=0.4.2