From 3a58ac9d2348bcc6a14885b653c350956fedd0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:05:05 -0800 Subject: [PATCH] chore(deps): Bump marshmallow from 3.23.1 to 3.23.2 (#3415) Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.1 to 3.23.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.1...3.23.2) --- updated-dependencies: - dependency-name: marshmallow 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 5aced5049c..f0ab3e44e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1587,13 +1587,13 @@ files = [ [[package]] name = "marshmallow" -version = "3.23.1" +version = "3.23.2" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.9" files = [ - {file = "marshmallow-3.23.1-py3-none-any.whl", hash = "sha256:fece2eb2c941180ea1b7fcbd4a83c51bfdd50093fdd3ad2585ee5e1df2508491"}, - {file = "marshmallow-3.23.1.tar.gz", hash = "sha256:3a8dfda6edd8dcdbf216c0ede1d1e78d230a6dc9c5a088f58c4083b974a0d468"}, + {file = "marshmallow-3.23.2-py3-none-any.whl", hash = "sha256:bcaf2d6fd74fb1459f8450e85d994997ad3e70036452cbfa4ab685acb19479b3"}, + {file = "marshmallow-3.23.2.tar.gz", hash = "sha256:c448ac6455ca4d794773f00bae22c2f351d62d739929f761dce5eacb5c468d7f"}, ] [package.dependencies] @@ -3083,4 +3083,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ffe6c0674c242900cac34d4f8e02a0094dd3dd9c5f2cfcfa75154924cbe0c488" +content-hash = "2ea6a2e76ac5ad10e890ac7dd24cf1e21f8c5c2437e042dc4722a64ad94b71a0" diff --git a/pyproject.toml b/pyproject.toml index 262efd2f05..7f40ba5c85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ ecdsa = "~0.19.0" jsonpath-ng = "1.7.0" Markdown = "~3.7" markupsafe = "2.1.5" -marshmallow = "~3.23.1" +marshmallow = "~3.23.2" nest_asyncio = "~1.6.0" packaging = "~23.2" portalocker = "~2.10.1"