From 7e2fdbc9de05311ced13a34ae9087ab84b995a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 16:34:28 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9302c44..95c05e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "langchain>=1.3.15", "langchain-openai>=1.6.0", "langchain-core>=1.6.0", - "python-dotenv>=1.2.2", + "python-dotenv>=1.2.3", "questionary>=2.1.1", "requests>=2.34.2", "rich>=15.0.0",