From cfaa36da330d8f3ba21c6df414189917424365f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:38:48 +0000 Subject: [PATCH] Bump python-multipart from 0.0.5 to 0.0.7 in /python 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] --- python/requirement.txt | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirement.txt b/python/requirement.txt index df89b65..96b0d76 100644 --- a/python/requirement.txt +++ b/python/requirement.txt @@ -11,7 +11,7 @@ itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==2.1.1 PyJWT==2.3.0 -python-multipart==0.0.5 +python-multipart==0.0.7 six==1.16.0 uvicorn==0.18.0 Werkzeug==2.1.2 diff --git a/python/setup.py b/python/setup.py index 8cfcd7b..a562e39 100644 --- a/python/setup.py +++ b/python/setup.py @@ -32,7 +32,7 @@ 'Jinja2==3.1.2', 'MarkupSafe==2.1.1', 'PyJWT==2.3.0', - 'python-multipart==0.0.5', + 'python-multipart==0.0.7', 'six==1.16.0', 'uvicorn==0.18.0', 'Werkzeug==2.1.2',