From 2f65659b1cc66b88a615a697cbf80a26c63bf2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:27:56 +0530 Subject: [PATCH] deps(deps): update python-dotenv requirement from >=0.20.0 to >=1.2.1 (#585) 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/v0.20.0...v1.2.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21d791e3..fdb3d82f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "tqdm>=4.64.0", "pyyaml>=6.0", "toml>=0.10.0", - "python-dotenv>=0.20.0", + "python-dotenv>=1.2.1", "loguru>=0.6.0", "structlog>=22.1.0", "gensim>=4.3.0"