From ef638f072bcb55b88546a26bd10542cc103a869b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:36:15 +0000 Subject: [PATCH] pip(deps): update python-dotenv requirement from >=1.2.2 to >=1.2.3 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21089ff..fa25c26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ anthropic>=0.104.1 azure-identity>=1.19.0 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3