diff --git a/poetry.lock b/poetry.lock index 6cce1e2..9832734 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1977,13 +1977,13 @@ files = [ [[package]] name = "marshmallow" -version = "3.23.0" +version = "3.23.1" 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.0-py3-none-any.whl", hash = "sha256:82f20a2397834fe6d9611b241f2f7e7b680ed89c49f84728a1ad937be6b4bdf4"}, - {file = "marshmallow-3.23.0.tar.gz", hash = "sha256:98d8827a9f10c03d44ead298d2e99c6aea8197df18ccfad360dae7f89a50da2e"}, + {file = "marshmallow-3.23.1-py3-none-any.whl", hash = "sha256:fece2eb2c941180ea1b7fcbd4a83c51bfdd50093fdd3ad2585ee5e1df2508491"}, + {file = "marshmallow-3.23.1.tar.gz", hash = "sha256:3a8dfda6edd8dcdbf216c0ede1d1e78d230a6dc9c5a088f58c4083b974a0d468"}, ] [package.dependencies] @@ -1991,7 +1991,7 @@ packaging = ">=17.0" [package.extras] dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"] -docs = ["alabaster (==1.0.0)", "autodocsumm (==0.2.13)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)", "sphinx-version-warning (==1.1.2)"] +docs = ["alabaster (==1.0.0)", "autodocsumm (==0.2.14)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)", "sphinx-version-warning (==1.1.2)"] tests = ["pytest", "simplejson"] [[package]] @@ -4047,4 +4047,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0271f14745ac23b00d606a6ce7ad78326937c20174d1ccc3538065da9b9874c8" +content-hash = "534f9f31e0d50efea0374b8622eff0a9d5eeefbe73e7e60838501323ca94d866" diff --git a/pyproject.toml b/pyproject.toml index 81fac68..15f2a36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ Cerberus = "1.3.4" Flask = "3.0.3" Flask-Cors = "5.0.0" Flask-RESTful = "0.3.10" -marshmallow = "3.23.0" +marshmallow = "3.23.1" psycopg = {extras = ["binary", "pool"], version = "3.2.3"} PyYAML = "6.0.1" SQLAlchemy = "2.0.36"