From 048d211def8c2b9b16e821ae1543152dbf768929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:33:25 +0000 Subject: [PATCH] Bump python-multipart from 0.0.17 to 0.0.19 in /api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.17 to 0.0.19. - [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.17...0.0.19) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index d90ecce..746746e 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -24,7 +24,7 @@ pydantic_core==2.18.4 pytest==8.3.3 python-dotenv==1.0.1 python-minimizer==2.0.1 -python-multipart==0.0.17 +python-multipart==0.0.19 PyYAML==6.0.2 sniffio==1.3.1 starlette==0.39.2