From 9a0904addfe1ae7a1c99279a4817de14ed0b6000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:44:23 -0500 Subject: [PATCH] Update python-multipart requirement from ~=0.0.5 to ~=0.0.9 (#7) Updates the requirements on [python-multipart](https://github.com/andrew-d/python-multipart) to permit the latest version. - [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.9) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65097ef..0a890f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ deta~=1.2.0 fastapi~=0.109.2 -python-multipart~=0.0.5 +python-multipart~=0.0.9 jinja2~=3.1.3 uvicorn~=0.22.0