From 49b501d2962e8374d8de34f34e660e7a39a15ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:32:58 +0000 Subject: [PATCH] Bump python-multipart from 0.0.7 to 0.0.18 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.7 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.7...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bbd3828..92a74a8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,7 +64,7 @@ python-dotenv==0.16.0 # via # -r requirements.txt # uvicorn -python-multipart==0.0.7 +python-multipart==0.0.18 # via -r requirements.txt pyyaml==5.4.1 # via diff --git a/requirements.txt b/requirements.txt index d000632..82893a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pydantic==1.10.13 # via fastapi python-dotenv==0.16.0 # via uvicorn -python-multipart==0.0.7 +python-multipart==0.0.18 # via -r requirements.in pyyaml==5.4.1 # via uvicorn