From 9a3fd66fc79cf0bbac2c7c4426124c5d7ae9e5e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 00:19:36 +0000 Subject: [PATCH] Update python-multipart requirement Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [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.5...0.0.20) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f52a626c..d3cbc411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ Homepage = "https://python-ellar.github.io/ellar/" [project.optional-dependencies] all = [ - "python-multipart >=0.0.5,<0.0.10", + "python-multipart >=0.0.5,<0.0.21", "itsdangerous >=1.1.0,<3.0.0", "pyyaml >=5.3.1,<7.0.0", "ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0",