deps: bump monai to 1.6.0 in quickstart-monai example - #7931
Open
katsugtgz wants to merge 1 commit into
Open
Conversation
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.
katsugtgz
requested review from
chongshenng,
danieljanes,
jafermarq,
panh99,
tanertopal and
yan-gao-GY
as code owners
August 19, 2026 05:25
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the quickstart-monai example’s pinned monai dependency from 1.5.2 to 1.6.0 to address reported security advisories for the older version.
Changes:
- Bump
monaifrom==1.5.2to==1.6.0in the example’spyproject.toml.
Critical issues
- None found.
Simplicity/readability suggestions
- None.
Consistency concerns
- None.
Should this PR be split?
- No.
Overall verdict
- Looks good as a dependency-only bump in an example.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
monaito 1.6.0 in thequickstart-monaiexample.Evidence:
examples/quickstart-monai/pyproject.tomlreferencedmonai==1.5.2monai 1.5.2monai==1.6.0Validation:
monai 1.6.0dev/test.shTOML formatting step (taplo) was not run locally because taplo is not installed hereScope: dependency bump only.