From 2f8e389cf0c20201ddcc72e967a1c66df2cc2e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:14:26 +0000 Subject: [PATCH] Bump marshmallow from 3.23.1 to 3.23.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.1 to 3.23.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.1...3.23.2) --- 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 3f15303..666567a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ "coverage==7.6.9", "werkzeug==3.1.3", "flask==3.1.0", - "marshmallow==3.23.1", + "marshmallow==3.23.2", "webargs==8.6.0", "apispec==6.8.0", "PyYAML==6.0.2",