diff --git a/poetry.lock b/poetry.lock index 8ad4ac8838..4550237310 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 = "0875982ff941354828c286c60d60e5dfc3cd51553751868dd95ac4293ec8b18f" +content-hash = "3cdaec59fb4feb579fc065051a98fb47406781f07e7f1603f4c39b4b3dbb6d0b" diff --git a/pyproject.toml b/pyproject.toml index c91b6cef48..fbbfc11222 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"