From 7ad50095e6cd4206f2751eb2adbb064d8879b429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 16:25:42 +0000 Subject: [PATCH] chore(deps)(deps): bump python-multipart from 0.0.31 to 0.0.32 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.31 to 0.0.32. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.31...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 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 6b84b55..a9b4bd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.3 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 = "d262a46bfbfcaed3011527a67abea0a42564d5b4e9a6d8fbef3434906d665d5d" +content-hash = "dbec37befddc2230b4acd5e85c8100f79bc6a8113dd9da07fd8ddfae4a2e19d0" diff --git a/pyproject.toml b/pyproject.toml index 688b4f4..d67096f 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"