Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump python-multipart from 0.0.10 to 0.0.12 (#431)
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.10 to 0.0.12. <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.12</h2> <h2>What's Changed</h2> <ul> <li>Enforce 100% coverage by <a href="https://github.com/Kludex"><code>@Kludex</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/159">Kludex/python-multipart#159</a></li> <li>Add mypy strict typing by <a href="https://github.com/jhnstrk"><code>@jhnstrk</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/140">Kludex/python-multipart#140</a></li> <li>Improve error message when boundary character does not match by <a href="https://github.com/yecril23pl"><code>@yecril23pl</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/124">Kludex/python-multipart#124</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/python-multipart/compare/0.0.11...0.0.12">https://github.com/Kludex/python-multipart/compare/0.0.11...0.0.12</a></p> <h2>Version 0.0.11</h2> <h2>What's Changed</h2> <ul> <li>Handle invalid CRLF in header name. fixes <a href="https://redirect.github.com/Kludex/python-multipart/issues/122">#122</a> by <a href="https://github.com/jhnstrk"><code>@jhnstrk</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/141">Kludex/python-multipart#141</a></li> <li>Improve performance, especially in data with many CR-LF by <a href="https://github.com/jhnstrk"><code>@jhnstrk</code></a> in <a href="https://redirect.github.com/Kludex/python-multipart/pull/137">Kludex/python-multipart#137</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kludex/python-multipart/compare/0.0.10...0.0.11">https://github.com/Kludex/python-multipart/compare/0.0.10...0.0.11</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md">python-multipart's changelog</a>.</em></p> <blockquote> <h2>0.0.12 (2024-09-29)</h2> <ul> <li>Improve error message when boundary character does not match <a href="https://redirect.github.com/Kludex/python-multipart/pull/124">#124</a>.</li> <li>Add mypy strict typing <a href="https://redirect.github.com/Kludex/python-multipart/pull/140">#140</a>.</li> <li>Enforce 100% coverage <a href="https://redirect.github.com/Kludex/python-multipart/pull/159">#159</a>.</li> </ul> <h2>0.0.11 (2024-09-28)</h2> <ul> <li>Improve performance, especially in data with many CR-LF <a href="https://redirect.github.com/Kludex/python-multipart/pull/137">#137</a>.</li> <li>Handle invalid CRLF in header name <a href="https://redirect.github.com/Kludex/python-multipart/pull/141">#141</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kludex/python-multipart/commit/3f7233d02196d3b66cb07be294b17f2425241959"><code>3f7233d</code></a> Version 0.0.12 (<a href="https://redirect.github.com/Kludex/python-multipart/issues/160">#160</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/83191cb3ee0fd69aef474914e001b985e043c46a"><code>83191cb</code></a> ensure our boundary matches: improve the message (<a href="https://redirect.github.com/Kludex/python-multipart/issues/124">#124</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/a169d93db50853105cf912653de91f5d4a790db2"><code>a169d93</code></a> Add mypy strict typing (<a href="https://redirect.github.com/Kludex/python-multipart/issues/140">#140</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/24d5f5749766f0bfec1a097336fed78a4cddf3fa"><code>24d5f57</code></a> Enforce 100% coverage (<a href="https://redirect.github.com/Kludex/python-multipart/issues/159">#159</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/293ea342c64328819862259877c0d3b7af4f3734"><code>293ea34</code></a> Version 0.0.11 (<a href="https://redirect.github.com/Kludex/python-multipart/issues/158">#158</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/a790e40477bf7e4be04dd709272660a0ef62984c"><code>a790e40</code></a> Improve performance, especially in data with many CR-LF (<a href="https://redirect.github.com/Kludex/python-multipart/issues/137">#137</a>)</li> <li><a href="https://github.com/Kludex/python-multipart/commit/dcf0ba14a5dbf23d61a9116b1ec8f60952cf485b"><code>dcf0ba1</code></a> Handle invalid CRLF in header name. fixes <a href="https://redirect.github.com/Kludex/python-multipart/issues/122">#122</a> (<a href="https://redirect.github.com/Kludex/python-multipart/issues/141">#141</a>)</li> <li>See full diff in <a href="https://github.com/Kludex/python-multipart/compare/0.0.10...0.0.12">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.10&new-version=0.0.12)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jcadam14 <[email protected]>
- Loading branch information