From f1e1558f4ff96bed99e63b54fa7168fefec09d9e Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 28 Jun 2016 11:40:14 -0700 Subject: [PATCH] Unpin yamllint now that version 1.3.2 is out. (#16479) The newer version of yamllint fixes the UnicodeEncodeError which previously required pinning the version to 1.2.2. --- test/utils/shippable/code-smell-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/shippable/code-smell-requirements.txt b/test/utils/shippable/code-smell-requirements.txt index abbfc9d4dc1..b2c729ca4de 100644 --- a/test/utils/shippable/code-smell-requirements.txt +++ b/test/utils/shippable/code-smell-requirements.txt @@ -1 +1 @@ -yamllint==1.2.2 +yamllint