Colin Watson has proposed merging ~cjwatson/launchpad:multipart-0.2.4 into launchpad:master.
Commit message: Upgrade to multipart 0.2.4 on Python 3 Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/397099 This fixes some corner cases in form parsing. Dependencies MP: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/397098 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:multipart-0.2.4 into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt index c0a24f7..287664c 100644 --- a/requirements/launchpad.txt +++ b/requirements/launchpad.txt @@ -86,7 +86,7 @@ mock==1.0.1 mocker==1.1.1 monotonic==1.5 multipart==0.1.1; python_version < "3" -multipart==0.2.3; python_version >= "3" +multipart==0.2.4; python_version >= "3" netaddr==0.7.19 oauth==1.0 oauthlib==3.1.0
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

