Browse Source

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

pull/9249/head
Ben Beasley 2 years ago
committed by GitHub
parent
commit
42daed222e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

2
pyproject.toml

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

Loading…
Cancel
Save