Update marshmallow requirement from ~=3.15.0 to ~=3.16.0 in /api #217

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/api/marshmallow-approx-eq-3.16.0 into main
dependabot[bot] commented 2022-05-30 09:39:15 +00:00 (Migrated from github.com)

Updates the requirements on marshmallow to permit the latest version.

Changelog

Sourced from marshmallow's changelog.

3.16.0 (2022-05-29)


Features:

  • Raise ValueError if an invalid value is passed to the unknown argument (:issue:1721, :issue:1732). Thanks :user:sirosen for the PR.

Other changes:

  • Set lower bound for packaging requirement (:issue:1957). Thanks :user:MatthewNicolTR for reporting and thanks :user:sirosen for the PR.
  • Improve warning messages by passing stacklevel (:pr:1986). Thanks :user:tirkarthi for the PR.

3.15.0 (2022-03-12)


Features:

  • Allow passing a dict to fields.Nested (:pr:1935). Thanks :user:sirosen for the PR.

Other changes:

  • Address distutils deprecation warning in Python 3.10 (:pr:1903). Thanks :user:kkirsche for the PR.
  • Add py310 to black target-version (:pr:1921).
  • Drop support for Python 3.6 (:pr:1923).
  • Use postponed evaluation of annotations (:pr:1932). Thanks :user:Isira-Seneviratne for the PR.

3.14.1 (2021-11-13)


Bug fixes:

  • Fix publishing type hints per PEP-561 <https://www.python.org/dev/peps/pep-0561/>_ (:pr:1905). Thanks :user:bwindsor for the catch and patch.

3.14.0 (2021-10-17)


Bug fixes:

  • Fix fields.TimeDelta serialization precision (:issue:1865). Thanks :user:yarsanich for reporting.

Other changes:

... (truncated)

Commits

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 commands and options

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 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)
Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst">marshmallow's changelog</a>.</em></p> <blockquote> <p>3.16.0 (2022-05-29)</p> <hr /> <p>Features:</p> <ul> <li>Raise <code>ValueError</code> if an invalid value is passed to the <code>unknown</code> argument (:issue:<code>1721</code>, :issue:<code>1732</code>). Thanks :user:<code>sirosen</code> for the PR.</li> </ul> <p>Other changes:</p> <ul> <li>Set lower bound for <code>packaging</code> requirement (:issue:<code>1957</code>). Thanks :user:<code>MatthewNicolTR</code> for reporting and thanks :user:<code>sirosen</code> for the PR.</li> <li>Improve warning messages by passing <code>stacklevel</code> (:pr:<code>1986</code>). Thanks :user:<code>tirkarthi</code> for the PR.</li> </ul> <p>3.15.0 (2022-03-12)</p> <hr /> <p>Features:</p> <ul> <li>Allow passing a <code>dict</code> to <code>fields.Nested</code> (:pr:<code>1935</code>). Thanks :user:<code>sirosen</code> for the PR.</li> </ul> <p>Other changes:</p> <ul> <li>Address distutils deprecation warning in Python 3.10 (:pr:<code>1903</code>). Thanks :user:<code>kkirsche</code> for the PR.</li> <li>Add py310 to black target-version (:pr:<code>1921</code>).</li> <li>Drop support for Python 3.6 (:pr:<code>1923</code>).</li> <li>Use postponed evaluation of annotations (:pr:<code>1932</code>). Thanks :user:<code>Isira-Seneviratne</code> for the PR.</li> </ul> <p>3.14.1 (2021-11-13)</p> <hr /> <p>Bug fixes:</p> <ul> <li>Fix publishing type hints per <code>PEP-561 &lt;https://www.python.org/dev/peps/pep-0561/&gt;</code>_ (:pr:<code>1905</code>). Thanks :user:<code>bwindsor</code> for the catch and patch.</li> </ul> <p>3.14.0 (2021-10-17)</p> <hr /> <p>Bug fixes:</p> <ul> <li>Fix <code>fields.TimeDelta</code> serialization precision (:issue:<code>1865</code>). Thanks :user:<code>yarsanich</code> for reporting.</li> </ul> <p>Other changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/645cba266ef498e383b1cff6be5beb472730f178"><code>645cba2</code></a> Bump version and update changelog</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/704e1fcd7135b101decfdcb8ead8b9bdabc2a245"><code>704e1fc</code></a> Bump sphinx from 4.4.0 to 4.5.0 (<a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/1968">#1968</a>)</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/6d7380ba34fd85412d5a17f34cfd7ee6903d7ec8"><code>6d7380b</code></a> Add stacklevel to print appropriate location in warnings. (<a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/1986">#1986</a>)</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/062ed281b0b80cd8023fb3dd1c5e6bd2ad4bd6da"><code>062ed28</code></a> Validate values passed for 'unknown' (<a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/1989">#1989</a>)</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/66e45e172e8c055ebc3f76ebec592ac7e79f4820"><code>66e45e1</code></a> Bump mypy from 0.950 to 0.960 (<a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/1991">#1991</a>)</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/35919b9e4dc1f4db1c98b57de69ca345c3dcbf0d"><code>35919b9</code></a> Set lower bound for <code>packaging</code> requirement (<a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/1990">#1990</a>)</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/e67e309eb8a09c4859d1d6568566af75cdb81c99"><code>e67e309</code></a> Remove Meta.order_by from peewee example (<a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/1992">#1992</a>)</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/a7034c61bb2f4208afe1f03d21ddd07d6f356b67"><code>a7034c6</code></a> Bump mypy from 0.942 to 0.950</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/ec5483d0f26f8874f447e460e5ade992fd21e1be"><code>ec5483d</code></a> Bump flake8-bugbear from 22.3.23 to 22.4.25</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/2c121aa18610e6099fab712e752c652e29aa4cae"><code>2c121aa</code></a> Bump autodocsumm from 0.2.7 to 0.2.8</li> <li>Additional commits viewable in <a href="https://github.com/marshmallow-code/marshmallow/compare/3.15.0...3.16.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 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>
dependabot[bot] commented 2022-06-27 09:53:33 +00:00 (Migrated from github.com)

Superseded by #270.

Superseded by #270.

Pull request closed

Sign in to join this conversation.
No description provided.