From 96e431e06be85d66985ca47597f7fa5d78cdb327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 05:34:52 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.7 in /backend-python 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] --- backend-python/requirements.txt | 2 +- backend-python/requirements_without_cyac.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend-python/requirements.txt b/backend-python/requirements.txt index 83f5491..f4997e6 100644 --- a/backend-python/requirements.txt +++ b/backend-python/requirements.txt @@ -19,7 +19,7 @@ midi2audio==0.1.1 mido==1.3.0 safetensors==0.4.0 PyMuPDF==1.23.5 -python-multipart==0.0.6 +python-multipart==0.0.7 Cython==3.0.4 cyac==1.9 torch-directml==0.1.13.1.dev230413 diff --git a/backend-python/requirements_without_cyac.txt b/backend-python/requirements_without_cyac.txt index 54f2794..23b8d04 100644 --- a/backend-python/requirements_without_cyac.txt +++ b/backend-python/requirements_without_cyac.txt @@ -19,5 +19,5 @@ midi2audio==0.1.1 mido==1.3.0 safetensors==0.4.0 PyMuPDF==1.23.5 -python-multipart==0.0.6 +python-multipart==0.0.7 Cython==3.0.4