Update marshmallow requirement from ~=3.15.0 to ~=3.17.1 in /api #358

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/api/marshmallow-approx-eq-3.17.1 into main
dependabot[bot] commented 2022-08-23 09:41:24 +00:00 (Migrated from github.com)

Updates the requirements on marshmallow to permit the latest version.

Changelog

Sourced from marshmallow's changelog.

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)


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

... (truncated)

Commits
  • 22e0632 Bump version and update changelog
  • da012bb Merge pull request #2036 from marshmallow-code/typing_ipinterface
  • 164364a Add missing type hint to IPInterface init
  • 9a50159 Merge pull request #2018 from kkirsche/patch-1
  • cf45177 Bump flake8-bugbear from 22.7.1 to 22.8.22
  • 22326c9 Bump sphinx from 4.5.0 to 5.1.1
  • b76bd65 Bump flake8 from 4.0.1 to 5.0.4
  • 5e430a4 Bump autodocsumm from 0.2.8 to 0.2.9
  • 15e2dd7 Add return type to fields.Email.__init__ so that it's not untyped
  • 651b82a Merge pull request #2016 from marshmallow-code/minor_rework_bool
  • 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.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 /> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/22e063270fea6ef6669425f53216e47eb8b04cc5"><code>22e0632</code></a> Bump version and update changelog</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/da012bb81de276a72fbb430cf09cf5c7cf1ab594"><code>da012bb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/2036">#2036</a> from marshmallow-code/typing_ipinterface</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/164364af0a73eec4606b32a7e3a15500bded0b21"><code>164364a</code></a> Add missing type hint to IPInterface <strong>init</strong></li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/9a50159320f7e031bcad67042e9cf555e385df6c"><code>9a50159</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/2018">#2018</a> from kkirsche/patch-1</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/cf45177dc84b36bc5904506d0f8ecee4929b090c"><code>cf45177</code></a> Bump flake8-bugbear from 22.7.1 to 22.8.22</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/22326c94af61e85fa9405aec932554e3d3c0d389"><code>22326c9</code></a> Bump sphinx from 4.5.0 to 5.1.1</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/b76bd65abcfc2372d963dfe952b3ffacda665dbc"><code>b76bd65</code></a> Bump flake8 from 4.0.1 to 5.0.4</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/5e430a44433e057b16514a6ecce8119d6cbf56bf"><code>5e430a4</code></a> Bump autodocsumm from 0.2.8 to 0.2.9</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/15e2dd7880a64500a3403ed5c199cd200d791c5b"><code>15e2dd7</code></a> Add return type to <code>fields.Email.__init__</code> so that it's not untyped</li> <li><a href="https://github.com/marshmallow-code/marshmallow/commit/651b82a3eb022f4f6e91b082c6d6776a1a5c0236"><code>651b82a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/2016">#2016</a> from marshmallow-code/minor_rework_bool</li> <li>Additional commits viewable in <a href="https://github.com/marshmallow-code/marshmallow/compare/3.15.0...3.17.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 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-09-16 09:26:40 +00:00 (Migrated from github.com)

Superseded by #415.

Superseded by #415.

Pull request closed

Sign in to join this conversation.
No description provided.