dependabot[bot] opened a new pull request, #307: URL: https://github.com/apache/incubator-ponymail-foal/pull/307
Updates the requirements on [multipart](https://github.com/defnull/multipart) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/defnull/multipart/releases">multipart's releases</a>.</em></p> <blockquote> <h2>v1.3.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/defnull/multipart/compare/v1.3.0...v1.3.1">https://github.com/defnull/multipart/compare/v1.3.0...v1.3.1</a></p> <p>This release contains security fixes. See <a href="https://github.com/defnull/multipart/security/advisories/GHSA-p2m9-wcp5-6qw3">https://github.com/defnull/multipart/security/advisories/GHSA-p2m9-wcp5-6qw3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/defnull/multipart/blob/main/CHANGELOG.rst">multipart's changelog</a>.</em></p> <blockquote> <h1>========= Changelog</h1> <p>This project follows Semantic Versioning (<code>major.minor.patch</code>), with the exception that behavior changes are allowed in minor releases as long as the change corrects behavior to match documentation, specification or expectation. In other words: Bugfixes do not count as backward incompatible changes, even if they technically change behavior from <em>incorrect</em> to <em>correct</em> and may break applications that rely on <em>incorrect</em> or <em>undefined</em> behavior or <em>undocumented</em> APIs. EOL Python versions may also be dropped during <em>minor</em> releases.</p> <h1>Release 1.4 (not released yet)</h1> <ul> <li>change: Dropped support for Python 3.8 and 3.8 (both EOL)</li> <li>change: Raise mor helpful :exc:<code>ParserStateError</code> instead of implicit :exc:<code>AssertionError</code> or :exc:<code>TypeError</code> when the parser is used incorrectly.</li> <li>feat: Hardened (and faster) header validation.</li> <li>git: Change default brach to <code>main</code></li> </ul> <h1>Release 1.3</h1> <p>This release adds new APIs and contains internal or non-breaking api changes.</p> <ul> <li>feat: New convenience methods :meth:<code>PushMultipartParser.parse_blocking</code> and :meth:<code>PushMultipartParser.parse_async</code>.</li> <li>feat: Nicer error messages when reading from a closed <code>MultipartPart</code>.</li> <li>feat: Improved typing.</li> <li>change: <code>segment</code> is now a required constructor argument for <code>MultipartPart</code> and changed position. The constructor is not part of the public API, so this should not break user code.</li> <li>fix/change: Closing a MultipartPart should set its <code>file</code> to <code>None</code>, not <code>False</code>.</li> </ul> <h1>Release 1.2</h1> <p>This release improves error handling, documentation and performance, fixes several parser edge-cases and adds new functionality. API changes are backwards compatible.</p> <ul> <li>feat: Split up <code>MultipartError</code> into more specific exceptions and add HTTP status code hints. All exceptions are subclasses of <code>MultipartError</code>.</li> <li>feat: New <code>parse_form_data(ignore_errors)</code> parameter to throw exceptions in non-strict mode, or suppress exceptions in strict mode. Default behavior does not change (throw in strict-mode, ignore in non-strict mode).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/defnull/multipart/commit/e6ef0a498233ddfa40f698451b31d58d57bf52c6"><code>e6ef0a4</code></a> Release of 1.3.1</li> <li><a href="https://github.com/defnull/multipart/commit/7e4fe6faaf64b2088faa5533a1a1c21c3c94c60c"><code>7e4fe6f</code></a> perf: Performance backports from 1.4</li> <li>See full diff in <a href="https://github.com/defnull/multipart/compare/v1.3.0...v1.3.1">compare view</a></li> </ul> </details> <br /> 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) </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]
