From f8c69aba763d40291e56a7a016c4a849b5d561c1 Mon Sep 17 00:00:00 2001 From: John Bradley Date: Fri, 17 May 2019 09:38:12 -0400 Subject: [PATCH] updates lando-messaging to 2.0.0 This is to support lando changes that adds a new message type sent to lando worker VMs. See Duke-GCB/lando#200. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02619b8..ae69f2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -lando-messaging==1.0.0 +lando-messaging==2.0.0 requests==2.20.1