From fb2398d15d3c9b7762c430979278fef3e0e03fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:07:12 +0000 Subject: [PATCH] build(deps): bump marshmallow from 3.26.1 to 3.26.2 in /requirements Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.26.1 to 3.26.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/3.26.2/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.26.1...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common-constraints.txt b/requirements/common-constraints.txt index fe6e87374b0..24ac29543fd 100644 --- a/requirements/common-constraints.txt +++ b/requirements/common-constraints.txt @@ -247,7 +247,7 @@ markdown-it-py==3.0.0 # via rich markupsafe==3.0.2 # via jinja2 -marshmallow==3.26.1 +marshmallow==3.26.2 # via dataclasses-json matplotlib==3.10.3 # via -r requirements/requirements-dev.in