From a7c2bc6931f7b6c90bc2e3bda233810467c60f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:16:20 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /modules/mlflow/mlflow-fargate Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/mlflow/mlflow-fargate/requirements.in | 2 +- modules/mlflow/mlflow-fargate/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mlflow/mlflow-fargate/requirements.in b/modules/mlflow/mlflow-fargate/requirements.in index 9d2ca49c..6c6d8292 100644 --- a/modules/mlflow/mlflow-fargate/requirements.in +++ b/modules/mlflow/mlflow-fargate/requirements.in @@ -4,4 +4,4 @@ boto3>=1.35.0 cdk_ecr_deployment~=3.0 pydantic~=2.7.1 pydantic-settings~=2.2.1 -urllib3>=2.6.3 \ No newline at end of file +urllib3>=2.7.0 \ No newline at end of file diff --git a/modules/mlflow/mlflow-fargate/requirements.txt b/modules/mlflow/mlflow-fargate/requirements.txt index 1f59a429..81e55c17 100644 --- a/modules/mlflow/mlflow-fargate/requirements.txt +++ b/modules/mlflow/mlflow-fargate/requirements.txt @@ -92,7 +92,7 @@ typing-extensions==4.9.0 # jsii # pydantic # pydantic-core -urllib3==2.6.3 +urllib3==2.7.0 # via # -r requirements.in # botocore