From e6cfd3d3bed74a98f6b592a93466d6e5834ec1a0 Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Fri, 22 Jan 2021 21:05:54 -0500 Subject: [PATCH] fix(api): bump pyserial dependency in setup.py --- api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup.py b/api/setup.py index fe9c2804dc3..7d575dc2ef3 100755 --- a/api/setup.py +++ b/api/setup.py @@ -52,7 +52,7 @@ def get_version(): "writing automated biology lab protocols easy.") PACKAGES = find_packages(where='src') INSTALL_REQUIRES = [ - 'pyserial==3.4', + 'pyserial==3.5', 'numpy>=1.15.1', 'jsonschema>=3.0.2,<4', 'aionotify==0.2.0',