From 9728b1aca0a54c69af7a54224b7a4f0324f50d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:37:10 +0000 Subject: [PATCH] Update marshmallow requirement from ~=3.19.0 to >=3.19,<3.22 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.19.0...3.21.3) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2da3531..b7a9010 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ zip_safe = false install_requires = botocore~=1.29 boto3~=1.26 - marshmallow~=3.19.0 + marshmallow>=3.19,<3.22 tox~=4.14.2 wheel flake8~=6.0.0