From 4adbe1f631d4026ad19a1b354e939c43db707b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 22:05:54 +0000 Subject: [PATCH] Update python-dotenv requirement from >=1.1.0 to >=1.2.2 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.1.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 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 27e613d..0dab541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "charset-normalizer>=3.4.1", "docker>=7.1.0", "idna>=3.10", - "python-dotenv>=1.1.0", + "python-dotenv>=1.2.2", "pywin32>=310; sys_platform == 'win32'", "requests>=2.32.3", "urllib3>=2.4.0",