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

   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.0</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/defnull/multipart/compare/v1.2.0...v1.3.0";>https://github.com/defnull/multipart/compare/v1.2.0...v1.3.0</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.4</h1>
   <p><strong>Not released yet</strong></p>
   <ul>
   <li>feat: More strict (and also faster) header validation within 
segments.</li>
   <li>feat: :class:<code>PushMultipartParser</code> is now easier to sub-class 
to support
   alternative multipart types (e.g. <code>multipart/byterange</code>).</li>
   <li>change: :attr:`MultipartSegment.name`` is now typed as optional, but is 
still
   guaranteed to be a string for unmodified versions of the parser.</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/c43c0d5ad29423ae0d1ec544a360bc14016ea2df";><code>c43c0d5</code></a>
 Release of 1.3.0</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/f21d64b53d24a2ee2862e5d4921462206f56b5a3";><code>f21d64b</code></a>
 docs: Finalizing changelog</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/73738db68619ac075dbc749074f5fba22cc33b41";><code>73738db</code></a>
 build: Add Python 3.13  to tests</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/97358bff1171f32ee1a2231d6178cff53d1e2ef6";><code>97358bf</code></a>
 build: Use tox-uv for local tests</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/da4ed8bbcd03a44a174d94a18167cf6b2e827ee9";><code>da4ed8b</code></a>
 Cleanup .gitignore</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/40fe6c16543ddf82b2c1242208bcaf4a752ea426";><code>40fe6c1</code></a>
 feat: New convenience parser functions for blocking or async data sources.</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/b1eb6197d297c1e04fae6dab4cb42d5e59f62006";><code>b1eb619</code></a>
 refactor: Spelling</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/4b07df48a91285f67078c477df2486ea2ea09933";><code>4b07df4</code></a>
 format: Code format using black with default settings</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/a16d0ee7b4926c67273747ca687f2ed0b5af2cb9";><code>a16d0ee</code></a>
 refactor:  Simpler first boundary check</li>
   <li><a 
href="https://github.com/defnull/multipart/commit/b9e225e30ab8eef7957e334ff2bf13ef77dde73b";><code>b9e225e</code></a>
 docs: 2024-&gt;2025</li>
   <li>Additional commits viewable in <a 
href="https://github.com/defnull/multipart/compare/v1.2.1...v1.3.0";>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