⬆ Upgrade python-multipart to support 0.0.6 (#9212)

This commit is contained in:
Ben Beasley 2023-03-10 13:31:36 -05:00 committed by GitHub
parent fd3bfe9f50
commit 42daed222e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ test = [
"databases[sqlite] >=0.3.2,<0.7.0", "databases[sqlite] >=0.3.2,<0.7.0",
"orjson >=3.2.1,<4.0.0", "orjson >=3.2.1,<4.0.0",
"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", "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",
"python-multipart >=0.0.5,<0.0.6", "python-multipart >=0.0.5,<0.0.7",
"flask >=1.1.2,<3.0.0", "flask >=1.1.2,<3.0.0",
"anyio[trio] >=3.2.1,<4.0.0", "anyio[trio] >=3.2.1,<4.0.0",
"python-jose[cryptography] >=3.3.0,<4.0.0", "python-jose[cryptography] >=3.3.0,<4.0.0",