From e135e357a238e3c0d12737ed8d479b73536dc982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:36:30 +0000 Subject: [PATCH] chore(deps): bump python-dotenv from 1.0.0 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.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/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index 510019a6..e690d7de 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -35,7 +35,7 @@ wandb==0.16.2 # Utilities tqdm>=4.66.3 # Updated to fix CVE (CLI arguments injection) pyyaml==6.0.3 -python-dotenv==1.0.0 +python-dotenv==1.2.2 joblib==1.5.3 # Code Understanding