chore(deps): bump python-multipart from 0.0.22 to 0.0.26#238
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump python-multipart from 0.0.22 to 0.0.26#238dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.22 to 0.0.26. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.22...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Security review result: no high-confidence vulnerabilities found in this PR.
Prioritized findings:
- No confirmed vulnerabilities introduced
- The change is limited to
uv.lock, bumpingpython-multipartfrom0.0.22to0.0.26. - Artifacts remain hash-pinned (
sha256) for both sdist/wheel, which preserves lockfile integrity guarantees.
Uncertain concern (validation recommended):
- Unrelated lockfile churn increases supply-chain review surface
- The diff also adds multiple new
tree_sitter_c_sharp==0.23.1wheel artifacts (same version, new platform builds). - This is not a confirmed vulnerability, but it should be validated as expected resolver behavior and acceptable under dependency-update policy.
Suggested remediation:
- Keep this update scoped by confirming CI/install paths only consume expected artifacts for target platforms.
- If your policy prefers minimal churn, regenerate lockfiles in a controlled environment or constrain resolver behavior so unrelated platform wheel additions are minimized.
Sent by Cursor Automation: Find vulnerabilities
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.


Bumps python-multipart from 0.0.22 to 0.0.26.
Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
Commits
28f4785Version 0.0.26 (#263)d4452a7Silently discard epilogue data after the closing boundary (#259)6a7b76dSkip preamble before first multipart boundary (#262)4addb60Version 0.0.25 (#261)d3a4698Add MIME content type info to File (#143)9a1ecbdHandle CTE values case-insensitively (#258)ef2a0b9Remove custom FormParser classes (#257)3a757d7Ignore local Claude state (#255)55e7396fuzz: Add cifuzz (#186)d6d1d11Bump the github-actions group with 2 updates (#249)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Lockfile-only dependency updates; behavior changes are limited to the updated third-party multipart parsing library.
Overview
Updates the
uv.lockpin forpython-multipartfrom0.0.22to0.0.26, refreshing the locked sdist/wheel URLs and hashes accordingly.Also expands the
tree-sitter-c-sharplock entry with additional prebuilt wheel artifacts (new cp310-abi3 wheels across macOS/Linux/Windows).Reviewed by Cursor Bugbot for commit 2b62adb. Bugbot is set up for automated code reviews on this repo. Configure here.