Skip to content

Bump marshmallow from 3.12.2 to 3.13.0

Studieverening via bot requested to merge dependabot/pip/marshmallow-3.13.0 into master

Bumps marshmallow from 3.12.2 to 3.13.0.

Changelog

Sourced from marshmallow's changelog.

3.13.0 (2021-07-21)


Features:

  • Replace missing/default field parameters with load_default/dump_default (🇵🇷1742). Thanks :user:sirosen for the PR.

Deprecations:

  • The use of missing/default field parameters is deprecated and will be removed in marshmallow 4. load_default/dump_default should be used instead.
Commits
  • 63a34a1 Bump version and update changelog
  • 2b3a14c Merge pull request #1742 from sirosen/better-default-param-names
  • fc1f21e Bump sphinx from 4.0.3 to 4.1.1 (#1848)
  • ddd6a51 Cleanup handling of deprecated field params
  • 1db1a8a Replace missing/default with {load,dump}_default
  • See full diff in compare view

Merge request reports