deps: resolve high-severity Dependabot vulnerabilities#104
Merged
Conversation
Bump python-multipart to >=0.0.22 (direct dep). Switch pip-compile to --upgrade so transitive deps resolve to latest compatible versions, picking up protobuf 6.33.5, urllib3 2.6.3, and wheel 0.46.3. In demo-ui, bump axios to ^1.13.5 and add overrides for @remix-run/router, rollup, and minimatch to satisfy their patched minimum versions.
sphinx 9.1.0 requires Python >=3.12; align CI with the version used to generate requirements files.
Collaborator
Author
|
Given that this is just dependency updates, I'm going to land it so I can continue on the related project with the latest julee. |
Collaborator
Author
|
All high alerts gone from https://github.com/pyx-industries/julee/security/dependabot |
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.
Just removing the high dependabot issues and bumping the julee version.
Summary
python-multipartto>=0.0.22(CVE fix, direct dep)pip-compileto--upgradeso transitive deps resolve to latest compatible versions, fixingprotobuf6.33.5,urllib32.6.3, andwheel0.46.3demo-ui, bumpaxiosto^1.13.5and addoverridesfor@remix-run/router >=1.23.2,rollup >=4.59.0, andminimatch >=9.0.7I'll just install this manually in my dependent project and verify everything still works before landing and releasing. EDIT: done - works fine.