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]