From 38c9ca97196a75c12d95d084d351b814256ae279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:36:30 +0000 Subject: [PATCH] Bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [google-cloud-storage](https://github.com/googleapis/google-cloud-python). Updates `boto3` from 1.43.21 to 1.43.59 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.21...1.43.59) Updates `google-cloud-storage` from 3.10.1 to 3.13.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.10.1...google-cloud-storage-v3.13.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: google-cloud-storage dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30973a2..0547dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ dependencies = [ # the below 4 are tied to the Dockerfile.mlflow versions; need to be upgraded together "mlflow[auth]==3.7.0", "psycopg2-binary==2.9.12", - "boto3==1.43.21", - "google-cloud-storage==3.10.1", + "boto3==1.43.59", + "google-cloud-storage==3.13.0", ] [project.scripts]