From 34c1ec7844e173d2ac751fbece9225b743517f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 01:18:27 +0000 Subject: [PATCH] Update marshmallow requirement from ~=3.10 to ~=3.17 in /cli Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version. - [Release notes](https://github.com/marshmallow-code/marshmallow/releases) - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.10.0...3.17.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 b570de7ac4..6c3e36dcf9 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -2,7 +2,7 @@ boto3>=1.16.14 tabulate~=0.8 PyYAML>=5.3.1 jinja2>=2.11.0 -marshmallow~=3.10 +marshmallow~=3.17 aws-cdk.core~=1.116 aws-cdk.aws-batch~=1.116 aws_cdk.aws-cloudwatch~=1.116