Skip to content

Commit 9faa7d2

Browse files
Update marshmallow requirement from ~=3.10 to ~=3.25 in /cli
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.10.0...3.25.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e235a7d commit 9faa7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ flask>=2.2.5,<2.3
2121
jinja2~=3.0
2222
jmespath~=0.10
2323
jsii==1.85.0
24-
marshmallow~=3.10
24+
marshmallow~=3.25
2525
PyYAML>=5.3.1,!=5.4
2626
tabulate>=0.8.8,<=0.8.10
2727
werkzeug~=2.0

0 commit comments

Comments
 (0)