From be16576e714ba84131a0a153fa27f99e39e8ccf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:20:40 +0000 Subject: [PATCH] Bump python-multipart from 0.0.5 to 0.0.18 in /app Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.5 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.5...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 5c9e04b..207cb65 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,5 +4,5 @@ jinja2==3.1.2 babel==2.11.0 python-gettext==5.0 aiofiles==22.1.0 -python-multipart==0.0.5 +python-multipart==0.0.18 pydantic==1.10.2