From 47817dc1354fb1b7f8627aa5e9ad4af0a48e2831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:25:20 +0000 Subject: [PATCH] fix(deps): bump python-multipart from 0.0.17 to 0.0.20 in /requirements Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.17 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.17...0.0.20) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 44aea23..82172c8 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,6 +1,6 @@ fastapi==0.115.5 uvicorn==0.32.0 -python-multipart==0.0.17 +python-multipart==0.0.20 SQLAlchemy==2.0.36 asyncpg==0.30.0 passlib==1.7.4