From f93fa3ea7459ed3e85739bdebc19790e82f86b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:58:02 +0000 Subject: [PATCH] Bump marshmallow from 3.24.1 to 3.25.0 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.24.1 to 3.25.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.24.1...3.25.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b10c74..c1e98f3 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.24.1", + "marshmallow==3.25.0", "webargs==8.6.0", "apispec==6.8.1", "PyYAML==6.0.2",