Colin Watson has proposed merging ~cjwatson/launchpad:PyYAML-5.3.1 into launchpad:master.
Commit message: Downgrade to PyYAML 5.3.1 Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/399998 Upgrading to 5.4.1 was a bit too ambitious, because 5.4.0 dropped support for Python 3.5 which we still need on xenial. Dependencies MP: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/399997 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:PyYAML-5.3.1 into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt index 6ae9f65..581b579 100644 --- a/requirements/launchpad.txt +++ b/requirements/launchpad.txt @@ -129,7 +129,7 @@ python-memcached==1.58 # lp1 Fix normalization of non-ASCII query strings on Python 2. python-openid2==3.2+lp1 python-swiftclient==3.8.1 -PyYAML==5.4.1 +PyYAML==5.3.1 rabbitfixture==0.5.0 requests-file==1.4.3 requests-toolbelt==0.9.1
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

