From ebafa8e9399348c91af97154d964ae58dd28c04e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:48:07 +0000 Subject: [PATCH] build(deps): bump marshmallow from 3.23.1 to 3.23.2 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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b0dd08..9293b6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2012,13 +2012,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] @@ -4103,4 +4103,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ca75557cf6beab033c15ac8c1f6604fb276845af92356ba57f66e51a9522bb0a" +content-hash = "d8ce7f2e4e6badc5d86f4096aca41a46163a4901bdcc50f8da0dbc7b03a13dfa" diff --git a/pyproject.toml b/pyproject.toml index b505ba8..d761ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ Cerberus = "1.3.4" Flask = "3.0.3" Flask-Cors = "5.0.0" Flask-RESTful = "0.3.10" -marshmallow = "3.23.1" +marshmallow = "3.23.2" psycopg = {extras = ["binary", "pool"], version = "3.2.3"} PyYAML = "6.0.1" SQLAlchemy = "2.0.36"