Skip to content

build(deps-dev): bump python-multipart from 0.0.27 to 0.0.31 - #182

Merged
Gagan Somashekar (gaganso) merged 1 commit into
mainfrom
dependabot/pip/python-multipart-0.0.31
Aug 13, 2026
Merged

build(deps-dev): bump python-multipart from 0.0.27 to 0.0.31#182
Gagan Somashekar (gaganso) merged 1 commit into
mainfrom
dependabot/pip/python-multipart-0.0.31

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps python-multipart from 0.0.27 to 0.0.31.

Release notes

Sourced from python-multipart's releases.

Version 0.0.31

What's Changed

Full Changelog: Kludex/python-multipart@0.0.30...0.0.31

Version 0.0.30

What's Changed

Full Changelog: Kludex/python-multipart@0.0.29...0.0.30

Version 0.0.29

What's Changed

Full Changelog: Kludex/python-multipart@0.0.28...0.0.29

Version 0.0.28

What's Changed

Full Changelog: Kludex/python-multipart@0.0.27...0.0.28

Changelog

Sourced from python-multipart's changelog.

0.0.31 (2026-06-04)

  • Speed up multipart header parsing and callback dispatch #295.
  • Bound header field name size before validating #296.
  • Validate Content-Length is non-negative in parse_form#297.

0.0.30 (2026-05-31)

  • Parse application/x-www-form-urlencoded bodies per the WHATWG URL standard, treating only & as a field separator #290.
  • Ignore RFC 2231/5987 extended parameters (name*, filename*) in parse_options_header, keeping the plain parameter authoritative per RFC 7578 §4.2#291.

0.0.29 (2026-05-17)

  • Handle malformed RFC 2231 continuations in parse_options_header#270.

0.0.28 (2026-05-10)

  • Speed up partial-boundary tail scan via bytes.find#281.
  • Cap multipart boundary length at 256 bytes #282.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.27 to 0.0.31.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.27...0.0.31)
---
updated-dependencies:
- dependency-name: python-multipart
dependency-version: 0.0.31
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 16, 2026
@gaganso
Gagan Somashekar (gaganso) merged commit 1fdba04 into mainAug 13, 2026
2 checks passed
@dependabot
dependabotBot deleted the dependabot/pip/python-multipart-0.0.31 branch August 13, 2026 04:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@gaganso