launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30845
[Merge] ~lgp171188/launchpad:update-pyyaml-6.0.1 into launchpad:master
Guruprasad has proposed merging ~lgp171188/launchpad:update-pyyaml-6.0.1 into launchpad:master.
Commit message:
Upgrade PyYAML to 6.0.1
This pulls in a few critical security fixes and is possible because we
no longer depend on Python 3.5.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/459491
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:update-pyyaml-6.0.1 into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index 4f2ba94..0575fe1 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -149,7 +149,7 @@ python-debian==0.1.32
python-keystoneclient==3.21.0
python-openid2==3.2
python-swiftclient==3.8.1
-PyYAML==5.3.1
+PyYAML==6.0.1
rabbitfixture==0.5.3
requests-file==1.4.3
requests-toolbelt==0.9.1
References