From bc66758e025dba44cd7c1e7e1373b380a799b60e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:34:32 +0000 Subject: [PATCH] Bump marshmallow from 3.2.2 to 3.26.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.2.2 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.2.2...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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7b1ec9a..34b499c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -marshmallow==3.2.2 +marshmallow==3.26.2 requests==v2.22.0 tox==3.14.2 \ No newline at end of file diff --git a/setup.py b/setup.py index bb6889d..d60c226 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,6 @@ zip_safe=False, python_requires='>=3.6', install_requires=[ - 'requests==v2.22.0', 'marshmallow==3.2.2', 'tox==3.14.2' + 'requests==v2.22.0', 'marshmallow==3.26.2', 'tox==3.14.2' ], )