Skip to content

Commit 8f0809a

Browse files
Update python-multipart requirement
Updates the requirements on [python-multipart](https://github.com/andrew-d/python-multipart) to permit the latest version. - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/andrew-d/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.5...0.0.6) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f597099 commit 8f0809a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dev = [
9090
]
9191

9292
all = [
93-
"python-multipart >=0.0.5,<0.0.6",
93+
"python-multipart >=0.0.5,<0.0.7",
9494
"itsdangerous >=1.1.0,<3.0.0",
9595
"pyyaml >=5.3.1,<7.0.0",
9696
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0",

0 commit comments

Comments
 (0)