From f92461ecfb5d473d4b0b7c2d4917ab63783043b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:03:06 +0000 Subject: [PATCH] chore(deps): bump marshmallow from 3.21.0 to 3.26.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.0 to 3.26.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.21.0...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e3b726..feb970d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "climax~=0.4.0", "lxml>=4.9.3", - "marshmallow==3.21.0; python_version >= \"3.12\"", + "marshmallow==3.26.2; python_version >= \"3.12\"", "marshmallow==3.20.1; python_version < \"3.12\"", "networkx>=3.0", "ordered-set~=4.1.0",