From 35b0422223c863c181fce78d0359c3e145c16767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:32:26 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement in /auto-codex 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] --- auto-codex/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-codex/requirements.txt b/auto-codex/requirements.txt index a75ee83..a9b98d6 100644 --- a/auto-codex/requirements.txt +++ b/auto-codex/requirements.txt @@ -1,5 +1,5 @@ # Auto-Build Framework Dependencies -python-dotenv>=1.0.0 +python-dotenv>=1.2.2 # TOML parsing fallback for Python < 3.11 tomli>=2.0.0; python_version < "3.11"