Skip to content

Commit 9a3fd66

Browse files
Update python-multipart requirement
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.5...0.0.20) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbe3303 commit 9a3fd66

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
@@ -56,7 +56,7 @@ Homepage = "https://python-ellar.github.io/ellar/"
5656

5757
[project.optional-dependencies]
5858
all = [
59-
"python-multipart >=0.0.5,<0.0.10",
59+
"python-multipart >=0.0.5,<0.0.21",
6060
"itsdangerous >=1.1.0,<3.0.0",
6161
"pyyaml >=5.3.1,<7.0.0",
6262
"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)