dependabot[bot] opened a new pull request, #235:
URL: https://github.com/apache/airavata-portals/pull/235

   Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 
0.0.22 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>
   <h2>Version 0.0.27</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Pass parse offsets via constructors by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/268";>Kludex/python-multipart#268</a></li>
   <li>Add multipart header limits by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/267";>Kludex/python-multipart#267</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kludex/python-multipart/compare/0.0.26...0.0.27";>https://github.com/Kludex/python-multipart/compare/0.0.26...0.0.27</a></p>
   <h2>Version 0.0.26</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Skip preamble before first multipart boundary by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/262";>Kludex/python-multipart#262</a></li>
   <li>Silently discard epilogue data after the closing boundary by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/259";>Kludex/python-multipart#259</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kludex/python-multipart/compare/0.0.25...0.0.26";>https://github.com/Kludex/python-multipart/compare/0.0.25...0.0.26</a></p>
   <h2>Version 0.0.25</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Apply Apache-2.0 properly by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/247";>Kludex/python-multipart#247</a></li>
   <li>Handle multipart headers case-insensitively by <a 
href="https://github.com/Kludex";><code>@​Kludex</code></a> in <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/252";>Kludex/python-multipart#252</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>
   <h2>0.0.27 (2026-04-27)</h2>
   <ul>
   <li>Add multipart header limits <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/267";>#267</a>.</li>
   <li>Pass parse offsets via constructors <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/268";>#268</a>.</li>
   </ul>
   <h2>0.0.26 (2026-04-10)</h2>
   <ul>
   <li>Skip preamble before the first multipart boundary more efficiently <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/262";>#262</a>.</li>
   <li>Silently discard epilogue data after the closing multipart boundary <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/259";>#259</a>.</li>
   </ul>
   <h2>0.0.25 (2026-04-10)</h2>
   <ul>
   <li>Add MIME content type info to <code>File</code> <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/143";>#143</a>.</li>
   <li>Handle CTE values case-insensitively <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/258";>#258</a>.</li>
   <li>Remove custom <code>FormParser</code> classes <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/257";>#257</a>.</li>
   <li>Add <code>UPLOAD_DELETE_TMP</code> to <code>FormParser</code> config <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/254";>#254</a>.</li>
   <li>Emit <code>field_end</code> for trailing bare field names on finalize <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/230";>#230</a>.</li>
   <li>Handle multipart headers case-insensitively <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/252";>#252</a>.</li>
   <li>Apply Apache-2.0 properly <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/247";>#247</a>.</li>
   </ul>
   <h2>0.0.24 (2026-04-05)</h2>
   <ul>
   <li>Validate <code>chunk_size</code> in <code>parse_form()</code> <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/244";>#244</a>.</li>
   </ul>
   <h2>0.0.23 (2026-04-05)</h2>
   <ul>
   <li>Remove unused <code>trust_x_headers</code> parameter and 
<code>X-File-Name</code> fallback <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/196";>#196</a>.</li>
   <li>Return processed length from 
<code>QuerystringParser._internal_write</code> <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/229";>#229</a>.</li>
   <li>Cleanup metadata dunders from <code>__init__.py</code> <a 
href="https://redirect.github.com/Kludex/python-multipart/pull/227";>#227</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.22...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=pip&previous-version=0.0.22&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/airavata-portals/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