From 18dab9c900699912481bc8091f82eee6109af349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:12:04 -0500 Subject: [PATCH] Bump marshmallow from 4.2.0 to 4.2.1 (#2187) Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8efe05cf5..3f2c09681 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2758,14 +2758,14 @@ files = [ [[package]] name = "marshmallow" -version = "4.2.0" +version = "4.2.1" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "marshmallow-4.2.0-py3-none-any.whl", hash = "sha256:1dc369bd13a8708a9566d6f73d1db07d50142a7580f04fd81e1c29a4d2e10af4"}, - {file = "marshmallow-4.2.0.tar.gz", hash = "sha256:908acabd5aa14741419d3678d3296bda6abe28a167b7dcd05969ceb8256943ac"}, + {file = "marshmallow-4.2.1-py3-none-any.whl", hash = "sha256:d82b1a83cfbb4667d050850fbed4e9d4435576cb95f5ff37894f375dce201768"}, + {file = "marshmallow-4.2.1.tar.gz", hash = "sha256:4d1d66189c8d279ca73a6b0599d74117e5f8a3830b5cd766b75c2bb08e3464e7"}, ] [package.extras] @@ -5977,4 +5977,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "8457cc557f0e7f72ee51d6d2e36b41ba63b5147eaaf5ff048e72ae2c90b8e032" +content-hash = "1d30d0897363526eee9624888cc43ec17076a5acf607e7e786d738629493a7c8" diff --git a/pyproject.toml b/pyproject.toml index 037bd2498..652fe5111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ gunicorn = {version = "==23.0.0", extras = ["gevent"]} iso8601 = "==2.1.0" jsonschema = {version = "==4.26.0", extras = ["format"]} lxml = "==6.0.2" -marshmallow = "^4.2.0" +marshmallow = "^4.2.1" marshmallow-sqlalchemy = "^1.4.2" newrelic = "^11.2.0" packaging = "==26.0"