From 9faa7d21a4080aeccd5dee303a50ce17e105a069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:44:59 +0000 Subject: [PATCH] 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](https://github.com/marshmallow-code/marshmallow/compare/3.10.0...3.25.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index dce6fedf37..0399d3f60e 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -21,7 +21,7 @@ flask>=2.2.5,<2.3 jinja2~=3.0 jmespath~=0.10 jsii==1.85.0 -marshmallow~=3.10 +marshmallow~=3.25 PyYAML>=5.3.1,!=5.4 tabulate>=0.8.8,<=0.8.10 werkzeug~=2.0