diff --git a/poetry.lock b/poetry.lock index a2ee1566c..a3e128617 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2609,19 +2609,19 @@ files = [ [[package]] name = "marshmallow" -version = "4.0.0" +version = "4.0.1" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "marshmallow-4.0.0-py3-none-any.whl", hash = "sha256:e7b0528337e9990fd64950f8a6b3a1baabed09ad17a0dfb844d701151f92d203"}, - {file = "marshmallow-4.0.0.tar.gz", hash = "sha256:3b6e80aac299a7935cfb97ed01d1854fb90b5079430969af92118ea1b12a8d55"}, + {file = "marshmallow-4.0.1-py3-none-any.whl", hash = "sha256:72f14ef346f81269dbddee891bac547dda1501e9e08b6a809756ea3dbb7936a1"}, + {file = "marshmallow-4.0.1.tar.gz", hash = "sha256:e1d860bd262737cb2d34e1541b84cb52c32c72c9474e3fe6f30f137ef8b0d97f"}, ] [package.extras] dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"] -docs = ["autodocsumm (==0.2.14)", "furo (==2024.8.6)", "sphinx (==8.2.3)", "sphinx-copybutton (==0.5.2)", "sphinx-issues (==5.0.1)", "sphinxext-opengraph (==0.10.0)"] +docs = ["autodocsumm (==0.2.14)", "furo (==2025.7.19)", "sphinx (==8.2.3)", "sphinx-copybutton (==0.5.2)", "sphinx-issues (==5.0.1)", "sphinxext-opengraph (==0.12.0)"] tests = ["pytest", "simplejson"] [[package]] @@ -5673,4 +5673,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "356b639e40eccc8ee349e87033e2832748e3cb23dd13e9b781f334e39ee088d3" +content-hash = "d920f6abe92c0b6239f6c626a5b610240d6d2d61096070eca5139edc1fdbe6c5" diff --git a/pyproject.toml b/pyproject.toml index f170bc474..7e2dace8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ gunicorn = {version = "==23.0.0", extras = ["gevent"]} iso8601 = "==2.1.0" jsonschema = {version = "==4.25.1", extras = ["format"]} lxml = "==6.0.1" -marshmallow = "^4.0.0" +marshmallow = "^4.0.1" marshmallow-sqlalchemy = "^1.4.2" newrelic = "^10.16.0" packaging = "==25.0"