From ff134f9fdcd14f77b150c584bb472e57118c59ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:23:39 +0000 Subject: [PATCH] Bump marshmallow from 3.22.0 to 3.23.1 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.22.0 to 3.23.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.22.0...3.23.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 618f2c9b..44967ed7 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "certifi", "colorama==0.4.6", "importlib-metadata; python_version < '3.8'", - "marshmallow==3.22.0", + "marshmallow==3.23.1", "pyyaml==6.0.2", "requests==2.32.3", "tabulate>=0.8,<1.0",