From 8798e6d3e23b2c7bbf0bac6ebaf6c89561134af8 Mon Sep 17 00:00:00 2001 From: J vanBemmel Date: Fri, 28 Oct 2022 20:43:29 -0500 Subject: [PATCH] Revert pinning of textfsm (#3003) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32512a143..57234b661 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def find_version(*file_paths): "scp>=0.13.3", "tenacity", "pyyaml>=5.3", - "textfsm==1.1.2", + "textfsm", "ntc-templates>=2.0.0", "pyserial", ],