dependabot[bot] opened a new pull request, #271:
URL: https://github.com/apache/incubator-ponymail-foal/pull/271

   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.2.1</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/defnull/multipart/compare/v1.2.0...v1.2.1";>https://github.com/defnull/multipart/compare/v1.2.0...v1.2.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/defnull/multipart/blob/master/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.</p>
   <h1>Release 1.3</h1>
   <p><em>Not released yet, no changes yet.</em></p>
   <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`` into more specific exceptions and 
add HTTP status code hints. All exceptions are subclasses of 
</code>MultipartError`.</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>
   <li>feat: New <code>is_form_request(environ)</code> helper.</li>
   <li>feat: New specialized <code>content_disposition_[un]quote</code> 
functions.</li>
   <li>feat: <code>parse_options_header()</code> can now use different unquote 
functions. The
   default does not change.</li>
   <li>fix: <code>parse_form_data()</code> no longer checks the request method 
and the new
   <code>is_form_request</code> function also ignores it. All methods can carry 
parse-able
   form data, including unknown methods. The only reliable way is to check the
   <code>Content-Type</code> header, which both functions do.</li>
   <li>fix: First boundary not detected if separated by chunk border.</li>
   <li>fix: Allow CRLF in front of first boundary, even in strict mode.</li>
   <li>fix: Fail fast if first boundary is broken or part of the preamble.</li>
   <li>fix: Fail if stream ends without finding any boundary at all.</li>
   <li>fix: Use modern WHATWG quoting rules for field names and filenames (<a 
href="https://redirect.github.com/defnull/multipart/issues/60";>#60</a>).
   Legacy quoting is still supported as a fallback.</li>
   <li>fix: <code>MultiDict.get(index=999)</code> should return default value, 
not throw IndexError.</li>
   <li>docs: Lots of work on docs and docstrings.</li>
   <li>perf: Multiple small performance improvements</li>
   <li>build: Require Python 3.8</li>
   </ul>
   <h1>Release 1.1</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/defnull/multipart/commit/0071a5579e4835953b4b3bd031c9ee310f633873";><code>0071a55</code></a>
 Release of 1.2.1</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/1c876079ebcfa4bf0d39453f9069954e6f7ebd2f";><code>1c87607</code></a>
 build: Explicitly list additional sdist files.</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/970f764b0f048071b5ae99bb52f003f9fa7afc14";><code>970f764</code></a>
 Release of 1.2.0</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/d28f0ce2a64a64e2c532fa4b40216b1541d3a584";><code>d28f0ce</code></a>
 build: Link to readthedocs.org in project metadata</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/cff5a250aa0a73915a30dd3ec95d29a0b02fefe9";><code>cff5a25</code></a>
 build: Depend on sphinx-autobuild in dev mode.</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/f6f30efbec960045ceb8120bb8961524046feb6e";><code>f6f30ef</code></a>
 docs: Finalize changelog for release</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/54209b9cd5c48f712f0351746e22bc0f526c2c64";><code>54209b9</code></a>
 docs: Enable github banner and fixed sidebar</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/382e8ae9f10d7fc5c75c8239629abf3c07f6ca71";><code>382e8ae</code></a>
 fix: Behavior of MultiDict.get(index=999)</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/d44e7a2bc9df368b834a72ab7513b16431f613ca";><code>d44e7a2</code></a>
 docs: Lots of work on docs and docstrings</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/2a269d2564e4b760d13914d2e4f276fdd1128eef";><code>2a269d2</code></a>
 docs: Better title</li>
   <li>Additional commits viewable in <a 
href="https://github.com/defnull/multipart/compare/v0.2.1...v1.2.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 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>


-- 
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