From 4588ca6358cc5f2de4075c296213c8372d79e994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:02:25 +0000 Subject: [PATCH] Bump python-multipart from 0.0.21 to 0.0.22 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.21 to 0.0.22. - [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.21...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... 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 713446e6..c1bbc9e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3148,14 +3148,14 @@ dev = ["black", "flake8", "flake8-black", "flake8-docstrings", "flake8-isort", " [[package]] name = "python-multipart" -version = "0.0.21" +version = "0.0.22" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.21-py3-none-any.whl", hash = "sha256:cf7a6713e01c87aa35387f4774e812c4361150938d20d232800f75ffcf266090"}, - {file = "python_multipart-0.0.21.tar.gz", hash = "sha256:7137ebd4d3bbf70ea1622998f902b97a29434a9e8dc40eb203bbcf7c2a2cba92"}, + {file = "python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, + {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, ] [[package]] @@ -4904,4 +4904,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">3.10.0,<4.0" -content-hash = "a44c5a98319440e9aa1ae610e5692fe7172d82d74da96013050d52bc8d63a36a" +content-hash = "6646f542fbdb9be62623aea43563de28fb6d0aa06ee82b455491b15b4213d301" diff --git a/pyproject.toml b/pyproject.toml index c155a86f..0f63f849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ alembic = "1.18.1" ujson = "5.11.0" wheel = "0.45.1" jinja2 = "3.1.6" -python-multipart = "0.0.21" +python-multipart = "0.0.22" imia = "0.5.3" starlette-wtf = "0.4.5" limits = "5.6.0"