Update marshmallow requirement from ~=3.15.0 to ~=3.18.0 in /api #415

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/api/marshmallow-approx-eq-3.18.0 into main
dependabot[bot] commented 2022-09-16 09:26:35 +00:00 (Migrated from github.com)

Updates the requirements on marshmallow to permit the latest version.

Changelog

Sourced from marshmallow's changelog.

3.18.0 (2022-09-15)


Features:

  • Add Enum field (:pr:2017) and (:pr:2044).

Bug fixes:

  • Fix typing in Field._serialize signature (:pr:2046).

3.17.1 (2022-08-22)


Bug fixes:

  • Add return type to fields.Email.__init__ (:pr:2018). Thanks :user:kkirsche for the PR.
  • Add missing type hint to IPInterface init (:pr:2036).

3.17.0 (2022-06-26)


Features:

  • Support serialization as float in TimeDelta field (:pr:1998). Thanks :user:marcosatti for the PR.
  • Add messages_dict property to ValidationError to facilitate type checking (:pr:1976). Thanks :user:sirosen for the PR.

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)


... (truncated)

Commits
  • 2805f32 Bump version and update changelog
  • 3e15e19 Merge pull request #2044 from marshmallow-code/rework_enum
  • db37b73 fields.Enum: merge by_value and field arguments
  • 3759755 Bump flake8-bugbear from 22.8.23 to 22.9.11
  • 0462b16 Add SECURITY.md (#2047)
  • d013455 Add Enum.by_value
  • fa0ee03 Merge EnumSymbol and EnumValue into Enum field
  • 8ffc0ea Merge pull request #2046 from marshmallow-code/field_serialize_typing
  • ba2b850 Merge pull request #2045 from marshmallow-code/minor_integer_rework
  • 2de97bc Fix Field._serialize typing
  • Additional commits viewable in compare view

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.18.0 (2022-09-15)</p> <hr /> <p>Features:</p> <ul> <li>Add <code>Enum</code> field (:pr:<code>2017</code>) and (:pr:<code>2044</code>).</li> </ul> <p>Bug fixes:</p> <ul> <li>Fix typing in <code>Field._serialize</code> signature (:pr:<code>2046</code>).</li> </ul> <p>3.17.1 (2022-08-22)</p> <hr /> <p>Bug fixes:</p> <ul> <li>Add return type to <code>fields.Email.__init__</code> (:pr:<code>2018</code>). Thanks :user:<code>kkirsche</code> for the PR.</li> <li>Add missing type hint to IPInterface <strong>init</strong> (:pr:<code>2036</code>).</li> </ul> <p>3.17.0 (2022-06-26)</p> <hr /> <p>Features:</p> <ul> <li>Support serialization as float in <code>TimeDelta</code> field (:pr:<code>1998</code>). Thanks :user:<code>marcosatti</code> for the PR.</li> <li>Add <code>messages_dict</code> property to <code>ValidationError</code> to facilitate type checking (:pr:<code>1976</code>). Thanks :user:<code>sirosen</code> for the PR.</li> </ul> <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 /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/2805f32461fc7801a5f7b6d83facf7cbb8bca278"><code>2805f32</code></a> Bump version and update changelog</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/3e15e1914e20aba13d86ca4c7ccf59e80210cb19"><code>3e15e19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/2044">#2044</a> from marshmallow-code/rework_enum</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/db37b73dbc0e62d916375d5cf83d394c2cd313b1"><code>db37b73</code></a> fields.Enum: merge by_value and field arguments</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/37597556d2dc265830db13af701a7a538ec31750"><code>3759755</code></a> Bump flake8-bugbear from 22.8.23 to 22.9.11</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/0462b16e3d7719fc341f75917e9a81c9b51c870f"><code>0462b16</code></a> Add SECURITY.md (<a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/2047">#2047</a>)</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/d0134552ec499414327b7c34f7171d701d58cf44"><code>d013455</code></a> Add Enum.by_value</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/fa0ee03e82d2b73dc00bdeb75b266aba99be8d0b"><code>fa0ee03</code></a> Merge EnumSymbol and EnumValue into Enum field</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/8ffc0eabc754d3937f7dd88ad67609b9c9b8d431"><code>8ffc0ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/2046">#2046</a> from marshmallow-code/field_serialize_typing</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/ba2b850e50bd0a56c7a1c14e0feec7f59ac8e74a"><code>ba2b850</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/2045">#2045</a> from marshmallow-code/minor_integer_rework</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/2de97bc97891f88a56653fd583fe3635830afa2a"><code>2de97bc</code></a> Fix Field._serialize typing</li> <li>Additional commits viewable in <a href="https://github.com/marshmallow-code/marshmallow/compare/3.15.0...3.18.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>
administrator closed this pull request 2022-09-17 22:44:36 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.