From 56f3d9f636d01230c2efdda45afa6d60e761d288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:01:18 +0000 Subject: [PATCH] build(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] --- authbridge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authbridge/requirements.txt b/authbridge/requirements.txt index 9e1d02512..aba1c6669 100644 --- a/authbridge/requirements.txt +++ b/authbridge/requirements.txt @@ -6,4 +6,4 @@ langchain-core==1.4.9 langchain-openai==1.3.5 pydantic==2.13.4 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3