Skip to content

Commit 8c6bc26

Browse files
authored
Merge pull request #1611 from napalm-automation/fix_pyez_warnings
Roll to pyez 2.6.3 to fix ignore_warnings (push to master)
2 parents 9199164 + 746ae5a commit 8c6bc26

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ pylama==7.7.1
1010
mock==4.0.3
1111
tox==3.24.5
1212
mypy==0.931
13+
# Force click to previous release so black/PY3.6 is not broken
14+
# Can be removed in NAPALM >= 4.0.0
15+
click==8.0.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ netaddr
99
pyYAML
1010
pyeapi>=0.8.2
1111
netmiko>=3.3.0,<4.0.0
12-
junos-eznc>=2.2.1
12+
junos-eznc>=2.6.3
1313
ciscoconfparse
1414
scp
1515
lxml>=4.3.0

0 commit comments

Comments
 (0)