From 849e70e00b89659b4cf6f87ccf28a2ad2517e4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:29:35 +0000 Subject: [PATCH] Bump python-multipart from 0.0.5 to 0.0.7 in /fastapi Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.5 to 0.0.7. - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.5...0.0.7) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/requirements.txt b/fastapi/requirements.txt index f9dfa9d..b0644d7 100644 --- a/fastapi/requirements.txt +++ b/fastapi/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.65.2 jinja2==3.0.1 pytest==6.2.4 -python-multipart==0.0.5 +python-multipart==0.0.7 uvicorn==0.13.4