From 597c966621adda24b1f91a13443ed509e8eb584d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:29:29 +0000 Subject: [PATCH] Bump marshmallow from 3.19.0 to 3.26.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.19.0 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.19.0...3.26.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index e5ac243e..6b103a50 100644 --- a/requirements.in +++ b/requirements.in @@ -11,6 +11,6 @@ PyYAML==6.0.2 pytest==7.2.2 pytest-mock==3.8.2 itsdangerous==2.1.2 -marshmallow==3.19.0 +marshmallow==3.26.2 certifi==2024.7.4 jinja2==3.1.6 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 357c82ae..903595e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ markupsafe==2.1.2 # via # jinja2 # werkzeug -marshmallow==3.19.0 +marshmallow==3.26.2 # via -r requirements.in packaging==23.1 # via