dependabot[bot] opened a new pull request, #240:
URL: https://github.com/apache/polaris-tools/pull/240

   Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 
0.0.27 to 0.0.31.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Kludex/python-multipart/releases";>python-multipart's 
releases</a>.</em></p>
   <blockquote>
   <h2>Version 0.0.31</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Speed up multipart header parsing and callback dispatch by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/295";>Kludex/python-multipart#295</a></li>
   <li>Bound header field name size before validating by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/296";>Kludex/python-multipart#296</a></li>
   <li>Validate Content-Length is non-negative in parse_form by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/297";>Kludex/python-multipart#297</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kludex/python-multipart/compare/0.0.30...0.0.31";>https://github.com/Kludex/python-multipart/compare/0.0.30...0.0.31</a></p>
   <h2>Version 0.0.30</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Treat only <code>&amp;</code> as the urlencoded field separator by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/290";>Kludex/python-multipart#290</a></li>
   <li>Ignore RFC 2231 extended parameters in <code>parse_options_header</code> 
by <a href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/291";>Kludex/python-multipart#291</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kludex/python-multipart/compare/0.0.29...0.0.30";>https://github.com/Kludex/python-multipart/compare/0.0.29...0.0.30</a></p>
   <h2>Version 0.0.29</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Handle malformed RFC 2231 continuations in 
<code>parse_options_header</code> by <a 
href="https://github.com/manunio";><code>@​manunio</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/270";>Kludex/python-multipart#270</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kludex/python-multipart/compare/0.0.28...0.0.29";>https://github.com/Kludex/python-multipart/compare/0.0.28...0.0.29</a></p>
   <h2>Version 0.0.28</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Speed up partial-boundary tail scan via <code>bytes.find</code> by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/281";>Kludex/python-multipart#281</a></li>
   <li>Cap multipart boundary length at 256 bytes by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/282";>Kludex/python-multipart#282</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kludex/python-multipart/compare/0.0.27...0.0.28";>https://github.com/Kludex/python-multipart/compare/0.0.27...0.0.28</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md";>python-multipart's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.0.31 (2026-06-04)</h2>
   <ul>
   <li>Speed up multipart header parsing and callback dispatch <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/295";>#295</a>.</li>
   <li>Bound header field name size before validating <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/296";>#296</a>.</li>
   <li>Validate <code>Content-Length</code> is non-negative in 
<code>parse_form</code> <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/297";>#297</a>.</li>
   </ul>
   <h2>0.0.30 (2026-05-31)</h2>
   <ul>
   <li>Parse <code>application/x-www-form-urlencoded</code> bodies per the 
WHATWG URL standard, treating only <code>&amp;</code> as a field separator <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/290";>#290</a>.</li>
   <li>Ignore RFC 2231/5987 extended parameters (<code>name*</code>, 
<code>filename*</code>) in <code>parse_options_header</code>, keeping the plain 
parameter authoritative per <a 
href="https://datatracker.ietf.org/doc/html/rfc7578#section-4.2";>RFC 7578 
§4.2</a> <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/291";>#291</a>.</li>
   </ul>
   <h2>0.0.29 (2026-05-17)</h2>
   <ul>
   <li>Handle malformed RFC 2231 continuations in 
<code>parse_options_header</code> <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/270";>#270</a>.</li>
   </ul>
   <h2>0.0.28 (2026-05-10)</h2>
   <ul>
   <li>Speed up partial-boundary tail scan via <code>bytes.find</code> <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/281";>#281</a>.</li>
   <li>Cap multipart boundary length at 256 bytes <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/282";>#282</a>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/4cffc68a165f7a6f6b7756ce006fabf07a05b7a4";><code>4cffc68</code></a>
 Version 0.0.31 (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/298";>#298</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/c814948acf509cef7881fa75c969969b19239bbf";><code>c814948</code></a>
 Reject negative <code>Content-Length</code> in <code>parse_form</code> (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/297";>#297</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/6b837d47bc68826ed5cbbcb50c6c6a6093444494";><code>6b837d4</code></a>
 Bound header field name size before validating (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/296";>#296</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/e0c4f9df2e737d1663fbbdd6563f80613a2089f9";><code>e0c4f9d</code></a>
 Bump the github-actions group with 3 updates (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/294";>#294</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/b8a01bb683e8e8675fdb5d831b206a478c8215aa";><code>b8a01bb</code></a>
 Bump the python-packages group with 3 updates (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/293";>#293</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/6732164f30c58e28589a1e22213d2f6b8c6bad9f";><code>6732164</code></a>
 Speed up multipart header parsing and callback dispatch (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/295";>#295</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/9d3ead568a259f222cff6425262ff63e88d930d4";><code>9d3ead5</code></a>
 Version 0.0.30 (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/292";>#292</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/3506c15ce99cb62faf2d5ceb3c4c1e5800cb843d";><code>3506c15</code></a>
 Ignore RFC 2231 extended parameters in <code>parse_options_header</code> (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/291";>#291</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/d69df35cd2cad9c72794c2c340db646afae957d8";><code>d69df35</code></a>
 Treat only <code>&amp;</code> as the urlencoded field separator (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/290";>#290</a>)</li>
   <li><a 
href="https://github.com/Kludex/python-multipart/commit/1e6ff9740b09fb439755f30e2b0e2ada1d297325";><code>1e6ff97</code></a>
 Bump idna from 3.11 to 3.15 (<a 
href="https://redirect.github.com/Kludex/python-multipart/issues/289";>#289</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Kludex/python-multipart/compare/0.0.27...0.0.31";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-multipart&package-manager=uv&previous-version=0.0.27&new-version=0.0.31)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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](https://github.com/apache/polaris-tools/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to