Skip to content

Commit a649a32

Browse files
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](psycopg/psycopg2@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](boto/boto3@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](googleapis/python-storage@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] <support@github.com>
1 parent 463d916 commit a649a32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies = [
2525
"graphviz>=0.20,<1",
2626
# the below 4 are tied to the Dockerfile.mlflow versions; need to be upgraded together
2727
"mlflow[auth]==3.7.0",
28-
"psycopg2-binary==2.9.11",
29-
"boto3==1.42.51",
30-
"google-cloud-storage==3.9.0",
28+
"psycopg2-binary==2.9.12",
29+
"boto3==1.43.9",
30+
"google-cloud-storage==3.10.1",
3131
]
3232

3333
[project.scripts]

0 commit comments

Comments
 (0)