From ff789098ef7843f8c76d16cf003c8751bfa0e70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:01:51 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.0 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 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.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] --- requirements.txt | 2 +- requirements_rag_chat.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 85c2ecf..af8e605 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ azure-ai-documentintelligence==1.0.1 azure-search-documents==11.6.0b4 -python-dotenv==1.0.0 +python-dotenv==1.2.2 langchain==0.2.1 langchain-text-splitters==0.2.4 openai==1.75.0 diff --git a/requirements_rag_chat.txt b/requirements_rag_chat.txt index a9377ec..8ced2db 100644 --- a/requirements_rag_chat.txt +++ b/requirements_rag_chat.txt @@ -1,6 +1,6 @@ azure-ai-documentintelligence==1.0.1 azure-search-documents -python-dotenv==1.0.0 +python-dotenv==1.2.2 openai==1.75.0 tiktoken streamlit \ No newline at end of file