diff --git a/CHANGES.md b/CHANGES.md index c92dd6e..0a05da7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Change Log +## 1.1.0 + +- Update napalm dependency to > 3.4 to support Python 3.6+ only +- Fix issue #71 + ## 1.0.1 - Fix `LLDPNeighborIncrease` trigger in LLDP sensor diff --git a/pack.yaml b/pack.yaml index be5dc09..2624874 100644 --- a/pack.yaml +++ b/pack.yaml @@ -7,7 +7,7 @@ keywords: - cisco - juniper - arista -version: 1.0.2 +version: 1.1.0 author: mierdin, Rob Woodward email: info@stackstorm.com python_versions: diff --git a/requirements.txt b/requirements.txt index 0a947e5..949ba2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -napalm<3.0 +napalm>3.4 json2table GitPython # transitive deps: (napalm deps)