From 92e0892d6dd2606a59f06d607a00dd19b0826fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:57:20 +0000 Subject: [PATCH] chore(deps): bump python-dotenv in /modules/mlflow/mlflow-fargate Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 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.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- modules/mlflow/mlflow-fargate/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mlflow/mlflow-fargate/requirements.txt b/modules/mlflow/mlflow-fargate/requirements.txt index 1f59a429..802b3da0 100644 --- a/modules/mlflow/mlflow-fargate/requirements.txt +++ b/modules/mlflow/mlflow-fargate/requirements.txt @@ -71,7 +71,7 @@ python-dateutil==2.8.2 # via # botocore # jsii -python-dotenv==1.0.1 +python-dotenv==1.2.2 # via pydantic-settings s3transfer==0.16.0 # via boto3