From 99a2382a0c3d1afcddb9c2d5175a1b0833272f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:05:19 +0000 Subject: [PATCH] chore(deps): bump python-dotenv from 0.15.0 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.15.0 to 1.2.2. - [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.15.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.api.txt b/requirements.api.txt index aba75778f..3f7d24e98 100644 --- a/requirements.api.txt +++ b/requirements.api.txt @@ -6,7 +6,7 @@ more_itertools==8.4.0 mysqlclient==2.1.1 orjson==3.9.15 pandas==1.2.3 -python-dotenv==0.15.0 +python-dotenv==1.2.2 pyyaml redis==3.5.3 requests==2.32.4