From 1719090d4efa8ba6d844e1a0865f21617b284d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:08:19 +0000 Subject: [PATCH] Update python-dotenv requirement from >=1.0.0 to >=1.2.2 in /caedo-api 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.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] --- caedo-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caedo-api/requirements.txt b/caedo-api/requirements.txt index 89605a5..b0ab0f2 100644 --- a/caedo-api/requirements.txt +++ b/caedo-api/requirements.txt @@ -3,7 +3,7 @@ pandas>=2.0.0 plotly>=5.18.0 pydantic>=2.5.0 openai>=1.5.0 -python-dotenv>=1.0.0 +python-dotenv>=1.2.2 fastapi>=0.109.0 uvicorn[standard]>=0.27.0 toml>=0.10.2