From 0ca5fadf163bd14b3caa9a594ad6c4ac5f36a5f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 00:10:26 +0000 Subject: [PATCH] Update marshmallow requirement from ~=3.10 to ~=3.19 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.19.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..5a1b50c932 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.19 aws-cdk.core~=1.116 aws-cdk.aws-batch~=1.116 aws_cdk.aws-cloudwatch~=1.116