Skip to content

Bump marshmallow from 3.9.1 to 3.10.0

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

Bumps marshmallow from 3.9.1 to 3.10.0.

Changelog

Sourced from marshmallow's changelog.

3.10.0 (2020-12-19)


Deprecations:

  • Passing field metadata via keyword arguments is deprecated and will be removed in marshmallow 4 (:issue:1350). Use the explicit metadata=... argument instead. Thanks :user:sirosen.
Commits
  • dde1234 Bump version and update changelog
  • 013abfd Deprecate metadata as additional field kwargs, support explicit `metadata=......
  • 2993bf0 Fix pprint output in "ordering" quickstart docs (#1706)
  • e14be5c Upgrade autodocsumm to fix #1703 (#1704)
  • 0bb7de3 Add validators to hook order doc (#1701)
  • fa6c737 Bump flake8-bugbear from 20.1.4 to 20.11.1
  • 79a3882 Bump sphinx from 3.3.0 to 3.3.1
  • See full diff in compare view

Merge request reports