From 0913dc6ca14cae3964905af59eb8523ae4d833f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:59:25 +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/dev/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] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c2ff72f..9fa6949d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "Flask-SQLAlchemy>=3.0.3,<4", "SQLAlchemy>=2.0.5,<3", "humanize>=4.0.0,<5", - "marshmallow~=3.19.0", + "marshmallow~=3.26.2", "openstacksdk>=1.0.0,<2", "jsonpath-ng~=1.5.3", "Flask-Cors~=3.0.10", diff --git a/uv.lock b/uv.lock index 28768088..82f9c634 100644 --- a/uv.lock +++ b/uv.lock @@ -432,14 +432,14 @@ wheels = [ [[package]] name = "marshmallow" -version = "3.19.0" +version = "3.26.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5e/59/dd465e5ab0ccb879c410f88c75189a19fd437b12cd9a03b31579aef58709/marshmallow-3.19.0.tar.gz", hash = "sha256:90032c0fd650ce94b6ec6dc8dfeb0e3ff50c144586462c389b81a07205bedb78", size = 183529, upload-time = "2022-11-11T16:10:49.879Z" } +sdist = { url = "https://files.pythonhosted.org/packages/55/79/de6c16cc902f4fc372236926b0ce2ab7845268dcc30fb2fbb7f71b418631/marshmallow-3.26.2.tar.gz", hash = "sha256:bbe2adb5a03e6e3571b573f42527c6fe926e17467833660bebd11593ab8dfd57", size = 222095, upload-time = "2025-12-22T06:53:53.309Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ae/53/980a20d789029329fdf1546c315f9c92bf862c7f3e7294e3667afcc464f5/marshmallow-3.19.0-py3-none-any.whl", hash = "sha256:93f0958568da045b0021ec6aeb7ac37c81bfcccbb9a0e7ed8559885070b3a19b", size = 49078, upload-time = "2022-11-11T16:10:46.842Z" }, + { url = "https://files.pythonhosted.org/packages/be/2f/5108cb3ee4ba6501748c4908b908e55f42a5b66245b4cfe0c99326e1ef6e/marshmallow-3.26.2-py3-none-any.whl", hash = "sha256:013fa8a3c4c276c24d26d84ce934dc964e2aa794345a0f8c7e5a7191482c8a73", size = 50964, upload-time = "2025-12-22T06:53:51.801Z" }, ] [[package]] @@ -477,7 +477,7 @@ requires-dist = [ { name = "gunicorn", extras = ["gevent"], specifier = ">=20.1.0" }, { name = "humanize", specifier = ">=4.0.0,<5" }, { name = "jsonpath-ng", specifier = "~=1.5.3" }, - { name = "marshmallow", specifier = "~=3.19.0" }, + { name = "marshmallow", specifier = "~=3.26.2" }, { name = "openstacksdk", specifier = ">=1.0.0,<2" }, { name = "pygithub", specifier = ">=2.8.1,<3" }, { name = "sqlalchemy", specifier = ">=2.0.5,<3" },