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

Changelog

Sourced from marshmallow's changelog.

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)

Bug fixes:

  • Fix bug where Nested(many=True) would skip first element when serializing a generator (1163). Thanks khvn26 for the catch and patch.

2.19.0 (2019-03-07)

Deprecation/Removal:

  • A RemovedInMarshmallow3 warning is raised when using fields.FormattedString. Use fields.Method or fields.Function instead (1141).
Commits
  • 8e4f7a9 Bump version and update changelog
  • f0cea22 Merge pull request #1252 from marshmallow-code/fix_1251_from_iso_3_digits_mic...
  • 2e423d3 Fix from_iso for less than 6 digits microseconds.
  • b063a10 Bump version and update changelog
  • 6e08be0 Merge pull request #1249 from marshmallow-code/1147_datetime_microsecond_2.x
  • 179d16a Support microseconds in from_iso_datetime when use_dateutil=False
  • ae55b27 Bump version and update changelog
  • 84d8943 Speed up watch-docs command
  • 531ae14 Merge pull request #1238 from marshmallow-code/1212_exclude_dot_notation_opts
  • 79c7bd2 Fix fields with dot notation in Meta.exclude on multiple instantiations
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 Jun 18, 2019
@dependabot-preview dependabot-preview bot requested a review from tizz98 June 18, 2019 17:25
@dependabot-preview
Copy link
Contributor Author

Superseded by #77.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/marshmallow-2.19.5 branch August 12, 2019 15:12
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