From a81df2840475a34f707d1ed2af398eb8cd09ca05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:26:46 +0000 Subject: [PATCH] Bump marshmallow from 4.2.0 to 4.2.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 4.2.0 to 4.2.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/4.2.0...4.2.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 012f8b7..5672558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [{name = "GetYourGuide GmbH"}] requires-python = ">=3.10,<4.0" dependencies = [ - "marshmallow==4.2.0", + "marshmallow==4.2.2", "marshmallow-dataclass==8.7.1", "click==8.1.8", "PyYAML==6.0.3", diff --git a/uv.lock b/uv.lock index 8efe1e5..4666255 100644 --- a/uv.lock +++ b/uv.lock @@ -33,7 +33,7 @@ requires-dist = [ { name = "click", specifier = "==8.1.8" }, { name = "coverage", marker = "extra == 'dev'", specifier = ">=7.0.0" }, { name = "cryptography", specifier = ">=45.0.0" }, - { name = "marshmallow", specifier = "==4.2.0" }, + { name = "marshmallow", specifier = "==4.2.2" }, { name = "marshmallow-dataclass", specifier = "==8.7.1" }, { name = "pre-commit", marker = "extra == 'dev'", specifier = ">=4.0.0" }, { name = "pygithub", specifier = "==2.8.1" }, @@ -515,15 +515,15 @@ wheels = [ [[package]] name = "marshmallow" -version = "4.2.0" +version = "4.2.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "backports-datetime-fromisoformat", marker = "python_full_version < '3.11'" }, { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bc/34/55d47aab1ef03fb5aab96257a31acfc58791d274cf86c044e6e75e6d3bfe/marshmallow-4.2.0.tar.gz", hash = "sha256:908acabd5aa14741419d3678d3296bda6abe28a167b7dcd05969ceb8256943ac", size = 221225, upload-time = "2026-01-04T16:07:36.921Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f9/03/261af5efb3d3ce0e2db3fd1e11dc5a96b74a4fb76e488da1c845a8f12345/marshmallow-4.2.2.tar.gz", hash = "sha256:ba40340683a2d1c15103647994ff2f6bc2c8c80da01904cbe5d96ee4baa78d9f", size = 221404, upload-time = "2026-02-04T15:47:03.401Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1c/b6/0a907f92c2158c9841da0227c7074ce1490f578f34d67cbba82ba8f9146e/marshmallow-4.2.0-py3-none-any.whl", hash = "sha256:1dc369bd13a8708a9566d6f73d1db07d50142a7580f04fd81e1c29a4d2e10af4", size = 48448, upload-time = "2026-01-04T16:07:34.269Z" }, + { url = "https://files.pythonhosted.org/packages/aa/70/bb89f807a6a6704bdc4d6f850d5d32954f6c1965e3248e31455defdf2f30/marshmallow-4.2.2-py3-none-any.whl", hash = "sha256:084a9466111b7ec7183ca3a65aed758739af919fedc5ebdab60fb39d6b4dc121", size = 48454, upload-time = "2026-02-04T15:47:02.013Z" }, ] [[package]]