From 6384aab8764ab18ccf622305c26b9d8d3eb80b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:12:20 +0000 Subject: [PATCH] Bump marshmallow from 3.21.3 to 3.26.1 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.3 to 3.26.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.21.3...3.26.1) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 3.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83ed6d4..211858d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,23 +487,23 @@ files = [ [[package]] name = "marshmallow" -version = "3.21.3" +version = "3.26.1" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "marshmallow-3.21.3-py3-none-any.whl", hash = "sha256:86ce7fb914aa865001a4b2092c4c2872d13bc347f3d42673272cabfdbad386f1"}, - {file = "marshmallow-3.21.3.tar.gz", hash = "sha256:4f57c5e050a54d66361e826f94fba213eb10b67b2fdb02c3e0343ce207ba1662"}, + {file = "marshmallow-3.26.1-py3-none-any.whl", hash = "sha256:3350409f20a70a7e4e11a27661187b77cdcaeb20abca41c1454fe33636bea09c"}, + {file = "marshmallow-3.26.1.tar.gz", hash = "sha256:e6d8affb6cb61d39d26402096dc0aee12d5a26d490a121f118d2e81dc0719dc6"}, ] [package.dependencies] packaging = ">=17.0" [package.extras] -dev = ["marshmallow[tests]", "pre-commit (>=3.5,<4.0)", "tox"] -docs = ["alabaster (==0.7.16)", "autodocsumm (==0.2.12)", "sphinx (==7.3.7)", "sphinx-issues (==4.1.0)", "sphinx-version-warning (==1.1.2)"] -tests = ["pytest", "pytz", "simplejson"] +dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"] +docs = ["autodocsumm (==0.2.14)", "furo (==2024.8.6)", "sphinx (==8.1.3)", "sphinx-copybutton (==0.5.2)", "sphinx-issues (==5.0.0)", "sphinxext-opengraph (==0.9.1)"] +tests = ["pytest", "simplejson"] [[package]] name = "marshmallow-dataclass" @@ -1108,4 +1108,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.9.2,<4.0" -content-hash = "cd0f256e54d7d043ee299effa4350ba5f23595b6b241a2f59036c1ea44f06c6e" +content-hash = "0c893256be9222c433a7c41290365b19a9eefc117e2b58c9c63f25c1498d2132" diff --git a/pyproject.toml b/pyproject.toml index 4f49f79..a960c52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ auto-pr = "autopr:main" [tool.poetry.dependencies] python = ">=3.9.2,<4.0" -marshmallow = "3.21.3" +marshmallow = "3.26.1" marshmallow-dataclass = "8.6.1" click = "8.1.7" PyYAML = "6.0.2"