Skip to content

Commit 4c36399

Browse files
Use napalm version 3.x going forward
1 parent 979e476 commit 4c36399

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.1.0
4+
5+
- Update napalm dependency to > 3.0 to support Python 3.6+ only
6+
37
## 1.0.1
48

59
- Fix `LLDPNeighborIncrease` trigger in LLDP sensor

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- cisco
88
- juniper
99
- arista
10-
version: 1.0.2
10+
version: 1.1.0
1111
author: mierdin, Rob Woodward
1212
1313
python_versions:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
napalm<3.0
1+
napalm>3.4
22
json2table
33
GitPython
44
# transitive deps: (napalm deps)

0 commit comments

Comments
 (0)