Combine grouped dependency updates and preserve security minimums - #626
Merged
Merged
Conversation
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.
Combine the version updates from #625 with all security fixes from #624. Merging the version PR alone would leave several transitive packages below the security PR's fixed versions.
Update the manifest to the proposed direct dependency minimums, including Drake 1.51.1 and Poetry 2.4.3. Limit Drake to the 1.51 release series: the unlocked wheel job repeatedly segfaults with 1.57.0 while recording the stochastic notebook, whereas the locked Ubuntu job passes with 1.51.1. Record the transitive security minimums in the manifest as well, preserving optional notebook extras and docs/development dependency scopes. Regenerate the lockfile with Poetry 2.4.3 using the versions from both Dependabot PRs, and align CI's Poetry bootstrap version.
Validation: Poetry manifest/lock validation, wheel build, and diff checks. A comparison against both source PRs verifies that every resolved version meets both PRs and that no unrelated package versions were introduced. The stochastic notebook passes locally with the combined locked dependencies. All four CI checks passed on the final revision: Ubuntu Poetry, Ubuntu wheel, macOS, and lint/docs. The wheel job passes with the Drake 1.51.x bound.
Apply the five small formatting changes required by Black 26.5.1, regenerating the affected exercise from its committed private source with redaction verified. Configure the macOS CI runner’s multicast loopback route using Drake’s documented setup to fix LCM self-test failures.
Supersedes #624 and #625.