Skip to content

Commit aec70e6

Browse files
Build(deps): Update marshmallow requirement
Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](marshmallow-code/marshmallow@3.0.0...4.0.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1890e7a commit aec70e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dev-pytest = [
8585
]
8686

8787
marshmallow = [
88-
"marshmallow >= 3.0.0, < 4",
88+
"marshmallow >= 3.0.0, < 5",
8989
"marshmallow-dataclass >= 8.0.0, < 9",
9090
]
9191

0 commit comments

Comments
 (0)