From a649a32ffeaa726e5960b72fd37f0280f99e6983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:58:56 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 3 updates Bumps the all-dependencies group with 3 updates in the / directory: [psycopg2-binary](https://github.com/psycopg/psycopg2), [boto3](https://github.com/boto/boto3) and [google-cloud-storage](https://github.com/googleapis/python-storage). Updates `psycopg2-binary` from 2.9.11 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.11...2.9.12) Updates `boto3` from 1.42.51 to 1.43.9 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.51...1.43.9) Updates `google-cloud-storage` from 3.9.0 to 3.10.1 - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-storage/compare/v3.9.0...v3.10.1) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: google-cloud-storage dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: psycopg2-binary dependency-version: 2.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c6c5d36..1f080d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,9 @@ dependencies = [ "graphviz>=0.20,<1", # the below 4 are tied to the Dockerfile.mlflow versions; need to be upgraded together "mlflow[auth]==3.7.0", - "psycopg2-binary==2.9.11", - "boto3==1.42.51", - "google-cloud-storage==3.9.0", + "psycopg2-binary==2.9.12", + "boto3==1.43.9", + "google-cloud-storage==3.10.1", ] [project.scripts]