From f3165ccb8390b1b63d8c1a0b020e69caf1390e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:44:40 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.7 Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.6 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.6...0.0.7) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1aec40..cbc2dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "uvicorn==0.22.0", "prometheus_fastapi_instrumentator==6.0.0", "prometheus-client==0.9.0", - "python-multipart==0.0.6", + "python-multipart==0.0.7", "typing-extensions==4.6.2", "requests==2.31.0", "wheel==0.38.1",