From 757c7d048ec1041cf1bce4352581ef899d0b0bb9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 10 Dec 2025 14:33:12 +0100 Subject: [PATCH] setup.py: Align cmd2 minimum version with requirements.txt As pointed out in the commit-log of Change-Id I5186f242dbc1b770e3ab8cdca7f27d2a1029fff6 we had different minimum versions for cmd2 in requirements.txt vs setup.py. Let's align that. Change-Id: I71cee0ec3ed2abec68ec567beaab13c868721dad --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 614d80ba..d6405967 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( "pyscard", "pyserial", "pytlv", - "cmd2 >= 1.5.0, < 3.0", + "cmd2 >= 2.6.2, < 3.0", "jsonpath-ng", "construct >= 2.10.70", "bidict",