From 6496fb59e969e3e95c096c2dc7797a11e63b83b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:22:12 +0000 Subject: [PATCH] Bump marshmallow from 3.21.3 to 3.22.0 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.3 to 3.22.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.21.3...3.22.0) --- 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 3e5defb8..b7317dc6 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "bitmath==1.3.3.1", "certifi", "colorama==0.4.6", - "marshmallow==3.21.3", + "marshmallow==3.22.0", "pyyaml==6.0.1", "requests==2.32.3", "tabulate>=0.8,<1.0",