diff --git a/poetry.lock b/poetry.lock index 9c697805..06605ec5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-doc" @@ -1900,14 +1900,14 @@ dev = ["black", "build", "freezegun", "mdx_truly_sane_lists", "mike", "mkdocs", [[package]] name = "python-multipart" -version = "0.0.31" +version = "0.0.32" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.31-py3-none-any.whl", hash = "sha256:8408153d68a9773291fc1da39a8b85a50044bddbabd2dd72e9229776b7b15e28"}, - {file = "python_multipart-0.0.31.tar.gz", hash = "sha256:fc631183bb13e56db3158a4909908dfb2e23565286744e798241e63750e5d680"}, + {file = "python_multipart-0.0.32-py3-none-any.whl", hash = "sha256:ff6d3f776f16878c894e52e107296ffc890e913c611b1a4ec6c44e2821fe2e23"}, + {file = "python_multipart-0.0.32.tar.gz", hash = "sha256:be54b7f3fa167bb83e4fcd936b887b708f4e57fe75911c02aebf53efaf8d938e"}, ] [[package]] @@ -2695,4 +2695,4 @@ dev = ["pytest", "setuptools"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "8dd164d3ea9e0833dbca78643fefd7e161ef7bcdbea0625392c3a7bab26e51a0" +content-hash = "607a4beb59cc485813fac64eac3f7ca22a8fcaa13f4c4975c668753fa720db70" diff --git a/pyproject.toml b/pyproject.toml index 42153b31..00efd1d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ neo4j = "^5.25.0" pydantic = "^2.10.0" pydantic-settings = "^2.6.0" pyyaml = "^6.0" -python-multipart = ">=0.0.9,<0.0.32" +python-multipart = ">=0.0.9,<0.0.33" apscheduler = "^3.10.0" httpx = "^0.28.0" structlog = ">=25.5,<27.0"