From 1c3b38991448b0e1e7c9686cf45fd23f65836fda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:41:26 +0000 Subject: [PATCH] Bump multipart from 1.2.1 to 1.3.0 Bumps [multipart](https://github.com/defnull/multipart) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/defnull/multipart/releases) - [Changelog](https://github.com/defnull/multipart/blob/master/CHANGELOG.rst) - [Commits](https://github.com/defnull/multipart/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: multipart dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d23ef74..593b894 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ msgspec==0.19.0 # litestar multidict==6.6.3 # via litestar -multipart==1.2.1 +multipart==1.3.0 # via litestar polyfactory==2.22.1 # via litestar