Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps marshmallow from 2.18.1 to 2.20.1.

Changelog

Sourced from marshmallow's changelog.

2.20.1 (2019-08-13)

Bug fixes:

  • Fix bug that raised TypeError when invalid data type is passed to a nested schema with @validates (1342).

2.20.0 (2019-08-10)

Bug fixes:

  • Fix deprecated functions' compatibility with Python 2 (1337). Thanks airstandley for the catch and patch.
  • Fix error message consistency for invalid input types on nested fields (1303). This is a backport of the fix in 857. Thanks cristi23 for the thorough bug report and the PR.

Deprecation/Removal:

  • Python 2.6 is no longer officially supported (1274).

2.19.5 (2019-06-18)

Bug fixes:

  • Fix deserializing ISO8601-formatted datetimes with less than 6-digit miroseconds (1251). Thanks diego-plan9 for reporting.

2.19.4 (2019-06-16)

Bug fixes:

  • Microseconds no longer gets lost when deserializing datetimes without dateutil installed (1147).

2.19.3 (2019-06-15)

Bug fixes:

  • Fix bug where nested fields in Meta.exclude would not work on multiple instantiations (1212). Thanks MHannila for reporting.

2.19.2 (2019-03-30)

Bug fixes:

  • Handle OverflowError when (de)serializing large integers with fields.Float (1177). Thanks brycedrennan for the PR.

2.19.1 (2019-03-16)

... (truncated)
Commits
  • f3d752a Bump version and update changelog
  • cf808fc Fix invalid type handling when nested schema uses @validates (#1343)
  • 2be2d83 Bump version and update changelog
  • 5d5c9b8 Update changelog
  • 5c958e7 Merge pull request #1323 from cristi23/type-error-fix
  • 7be032a Fix nitpicks
  • 31748ad Update changelog
  • 3d81c00 Merge pull request #1338 from airstandley/2.x-line
  • cc33d28 Add a regression test for deprecation warnings
  • c301680 Added absolute imports to make warnings Python 2.7 compatbile
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 13, 2019
@dependabot-preview dependabot-preview bot requested a review from tizz98 August 13, 2019 13:59
@dependabot-preview
Copy link
Contributor Author

Superseded by #80.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/marshmallow-2.20.1 branch August 19, 2019 17:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants