-
Notifications
You must be signed in to change notification settings - Fork 12
chore(deps): Bump marshmallow from 2.21.0 to 3.19.0 #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump marshmallow from 2.21.0 to 3.19.0 #426
Conversation
Codecov ReportBase: 85.72% // Head: 85.94% // Increases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #426 +/- ##
===========================================
+ Coverage 85.72% 85.94% +0.21%
===========================================
Files 34 34
Lines 2767 2760 -7
Branches 353 350 -3
===========================================
Hits 2372 2372
+ Misses 258 252 -6
+ Partials 137 136 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
76847f9 to
c0025c6
Compare
c0025c6 to
9adce1b
Compare
jtrobles-cdd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Enable type checking for
marshmallowby deleting these lines: https://github.com/fyntex/lib-cl-sii-python/blob/b7088fdcd0b75300466f023c5188df20e96c16de/mypy.ini#L36-L38
9adce1b to
a3c19d2
Compare
39b54cf to
12ae8cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Second checkbox of #426 (review).
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 2.21.0 to 3.19.0. - [Release notes](https://marshmallow.readthedocs.io/en/stable/changelog.html) - [Commits](marshmallow-code/marshmallow@2.21.0...3.19.0) - [Upgrading guide](https://marshmallow.readthedocs.io/en/stable/upgrading.html#upgrading-to-3-0) Ref: https://cordada.aha.io/features/COMPCLDATA-201 --- updated-dependencies: - dependency-name: marshmallow - dependency-type: direct:production - update-type: version-update:semver-major ...
c2fe7f2 to
0e1b0e4
Compare
Changes were done by following the guide: https://marshmallow.readthedocs.io/en/stable/upgrading.html#upgrading-to-3-0 * Added `**kwargs` param to `_deserialize` and `serialize` functions * Changed `load_from` to `data_key` param in Schemas * Updated test to work handle error properly * Replaced deprecated `Field.fail` for `Field.make_error` Ref: https://cordada.aha.io/features/COMPCLDATA-201
0e1b0e4 to
6ff9db7
Compare


Bumps marshmallow from 2.21.0 to 3.19.0.
Ref: https://cordada.aha.io/features/COMPCLDATA-201