From ac09f26a6988edfe326aba0bedcc6f9f697e2655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 09:15:29 +0000 Subject: [PATCH] Update python-dotenv requirement from ~=1.1.1 to >=1.1.1,<1.3.0 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.1...v1.2.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf40719..1aadf90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "pytest~=8.4.2", "pytest-asyncio~=1.2.0", "pytest-cov~=7.0.0", - "python-dotenv~=1.1.1", + "python-dotenv>=1.1.1,<1.3.0", ] [project.urls]