From aa96f2d7a287d474b51c1ba2d531167048f1a54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:23:44 +0000 Subject: [PATCH] Bump marshmallow from 3.14.1 to 3.26.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.14.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.14.1...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7202792e..87e53243 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,6 @@ pytest==7.1.3 python-rapidjson==1.9 toml==0.10.2 pyfaidx==0.5.9.5 -marshmallow==3.14.1 +marshmallow==3.26.2 marshmallow-dataclass==8.5.3 typeguard==2.13.3