From 0b2bfe655c0606d52b88d6f13ca2ae503e7aaf5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 23:48:15 +0000 Subject: [PATCH] Bump python-multipart from 0.0.12 to 0.0.20 in /docker/main Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 to 0.0.20. - [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.12...0.0.20) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 9368cabcd..2388cb69f 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -11,7 +11,7 @@ imutils == 0.5.* joserfc == 1.0.* pathvalidate == 3.2.* markupsafe == 3.0.* -python-multipart == 0.0.12 +python-multipart == 0.0.20 # General mypy == 1.6.1 onvif-zeep-async == 3.1.*