From e0a6143b2dda0f842a62d9656f63d99055da7399 Mon Sep 17 00:00:00 2001 From: "hapax.io" <39811582+thehapax@users.noreply.github.com> Date: Fri, 7 Jun 2019 13:57:15 -0700 Subject: [PATCH] update websocket-client to 0.56 to be compatible with graphenelib 1.1.18 requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3c855714..b38cfb0ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ uptick==0.2.1 ruamel.yaml>=0.15.37 appdirs>=1.4.3 pycryptodomex==3.6.4 -websocket-client==0.54.0 +websocket-client==0.56.0 sdnotify==0.3.2 sqlalchemy==1.3.0 click==7.0