From 8594012fa1b4b8d204da5e978571625886154af5 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 8 Feb 2022 17:40:50 +0200 Subject: [PATCH] Update deps --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6b645300..02b947e0 100644 --- a/setup.py +++ b/setup.py @@ -29,13 +29,13 @@ from platformio.compat import PY2 minimal_requirements = [ "bottle==0.12.*", - "click>=8,<9,!=8.0.2", + "click>=8.0.3,<9", "colorama", "marshmallow%s" % (">=2,<3" if PY2 else ">=2,<4"), "pyelftools>=0.27,<1", "pyserial==3.*", "requests==2.*", - "semantic_version==2.8.*", + "semantic_version==2.9.*", "tabulate==0.8.*", ]