From 9c7e2b19112b08d5cccfc1aef35cafbef7472166 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Fri, 14 Sep 2018 10:12:07 -0500 Subject: [PATCH] requiremnts: Bump IceTea ### Description Version 1.0.1 of IceTea required conflicting version of jsonschema and a version of pyshark that required a native compiler on windows. Version 1.0.2 resoves these issues and a few more. This PR prevents users from installing a version which we know is broken @cmonr RC3 please :D ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5666373a92..379a061eed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ future>=0.16.0 six>=1.11.0 git+https://github.com/armmbed/manifest-tool.git@v1.4.5 mbed-cloud-sdk==2.0.0 -icetea>=1.0.1,<2 +icetea>=1.0.2,<2