From c5819b7396efd77da8cba715cb69ab467fedf33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 10:55:59 +0000 Subject: [PATCH] Bump python-multipart Bumps the pip group with 1 update in the /services/digital-library directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.6 to 0.0.18 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.18 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- services/digital-library/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/digital-library/pyproject.toml b/services/digital-library/pyproject.toml index b309892..f61c6a0 100644 --- a/services/digital-library/pyproject.toml +++ b/services/digital-library/pyproject.toml @@ -13,7 +13,7 @@ psycopg2-binary = "^2.9.9" meilisearch = "^0.28.3" cryptography = "^41.0.7" pydantic = "^2.5.0" -python-multipart = "^0.0.6" +python-multipart = "^0.0.18" [build-system] requires = ["poetry-core"]