fix(deps): bundle bump of 8 transitive deps to clear Dependabot alerts#79
Merged
Conversation
Closes 39 open Dependabot alerts (22 high, 17 moderate) by bumping the following transitive dependencies in uv.lock to their patched releases: authlib 1.6.11 -> 1.7.2 idna 3.11 -> 3.16 jupyter-server 2.17.0 -> 2.18.2 jupyterlab 4.5.6 -> 4.5.7 mistune 3.2.0 -> 3.2.1 nbconvert 7.17.0 -> 7.17.1 notebook 7.5.5 -> 7.5.6 urllib3 2.6.3 -> 2.7.0 Bundled to avoid the rebase-cascade on uv.lock that would arise from merging the eight individual Dependabot PRs (#70-#77) sequentially. Full pytest suite (1725 tests) passes against the upgraded lock. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Clears all 39 open Dependabot alerts (22 high, 17 moderate) by bumping the
eight affected transitive dependencies in
uv.lockto their patched releases:A new transitive
joserfc 1.6.8is pulled in via theauthlib1.7 line.No edits to
pyproject.toml— all bumps stay within the existing versionconstraints.
This bundles what would otherwise be eight sequential Dependabot PRs
(#70–#77), each of which would have to be rebased against the previous
merge's
uv.lockchange. Bundling avoids the rebase cascade and mergesthe entire vulnerability batch in one CI run. Once this lands on
main,Dependabot will auto-close #70–#77 on its next scan.
Test plan
uv lock --upgrade-package <pkg>for each of the 8 packages produces a clean resolution (195 packages, no conflicts).uv syncsucceeds.pytestsuite passes: 1725 passed in 17:02 (5 pre-existing warnings, no new failures).🤖 Generated with Claude Code