Skip to content

Commit 8c71161

Browse files
build(deps): update python-multipart requirement from ^0.0.17 to ^0.0.18 (#183)
Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.17...0.0.18) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29908d9 commit 8c71161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
python = "^3.9"
1212
fastapi = "^0.115.0"
1313
pydantic = "^2.0.3"
14-
python-multipart = "^0.0.17"
14+
python-multipart = "^0.0.18"
1515
uvicorn = "^0.32.0"
1616
click = "^8.1.3"
1717

0 commit comments

Comments
 (0)