From 2bd89af078dd13362b670fa342c2f79e2e3ce7a9 Mon Sep 17 00:00:00 2001 From: katsugtgz Date: Wed, 19 Aug 2026 12:24:47 +0700 Subject: [PATCH] deps: bump monai to 1.6.0 in quickstart-monai example monai 1.5.2 is affected by GHSA-89gg-p5r5-q6r4, GHSA-wg9g-w2j2-8pgr, GHSA-qxq5-qhx6-94qw and GHSA-rghg-q7wp-9767. All four are fixed in 1.6.0. Verified with pip-audit that none of these advisories apply to monai 1.6.0. Scope: dependency version bump only. --- examples/quickstart-monai/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickstart-monai/pyproject.toml b/examples/quickstart-monai/pyproject.toml index d13e47866f84..8a40157856ae 100644 --- a/examples/quickstart-monai/pyproject.toml +++ b/examples/quickstart-monai/pyproject.toml @@ -10,7 +10,7 @@ license = {file = "LICENSE"} dependencies = [ "flwr[simulation]>=1.28.0", "flwr-datasets[vision]>=0.6.0", - "monai==1.5.2", + "monai==1.6.0", "filelock==3.20.3", "numpy>=2.0.0", ]