From abb966638e535c2a7f9bcef917ef268d415146af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:23:43 +0000 Subject: [PATCH] Bump marshmallow from 3.23.2 to 3.23.3 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.2 to 3.23.3. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.2...3.23.3) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3330ef6..af21801 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ "coverage==7.6.10", "werkzeug==3.1.3", "flask==3.1.0", - "marshmallow==3.23.2", + "marshmallow==3.23.3", "webargs==8.6.0", "apispec==6.8.0", "PyYAML==6.0.2",