diff --git a/evaluation/pyproject.toml b/evaluation/pyproject.toml index 6444ad26..b7b294c3 100644 --- a/evaluation/pyproject.toml +++ b/evaluation/pyproject.toml @@ -5,10 +5,10 @@ description = "Evaluation workflow runtime dependencies" requires-python = ">=3.11,<3.12" dependencies = [ "numpy>=1.26.0,<3.0.0", - "azure-core==1.38.2", + "azure-core==1.38.3", "azure-storage-blob==12.28.0", - "azure-identity==1.25.2", - "azure-ai-ml==1.31.0", + "azure-identity==1.25.3", + "azure-ai-ml==1.32.0", "marshmallow>=3.5,<4.3.0", "mlflow>=2.0.0,<4.0.0", "packaging>=25,<27",