From dc1ab4c47d542dcfc24f922305b9f5285745cb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:16:08 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.7 to 0.0.17 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.7 to 0.0.17. - [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.17) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21675e2..5fb74e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests==2.32.3 aiohttp==3.10.5 fastapi==0.112.2 uvicorn==0.30.6 -python-multipart==0.0.7 +python-multipart==0.0.17 yoyo-migrations==7.3.2 # dev