From 403226fe56af3679a66880c2668306d3cd631d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:48:14 +0000 Subject: [PATCH] Bump marshmallow from 3.19.0 to 3.20.1 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.19.0 to 3.20.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.19.0...3.20.1) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92f92e1e..0de8f11f 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "bitmath==1.3.3.1", "certifi", "colorama==0.4.6", - "marshmallow==3.19.0", + "marshmallow==3.20.1", "pyyaml==6.0.1", "requests==2.31.0", "tabulate>=0.8,<1.0",