-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2701 from ktbyers/minor_updates
Minor updates
- Loading branch information
Showing
3 changed files
with
32 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
#### Netmiko dependencies | ||
#### 2021-05-31 | ||
#### 2022-03-23 | ||
|
||
Name Version License | ||
------------- ------- ------- | ||
netmiko 3.4.0 MIT License | ||
netmiko 4.0.0 MIT License | ||
|
||
##### Direct dependencies | ||
Name Version License | ||
------------- ------- ------- | ||
paramiko 2.7.2 GNU Library or Lesser General Public License (LGPL) | ||
scp 0.13.3 GNU Library or Lesser General Public License (LGPL) | ||
tenacity 7.0.0 Apache Software License | ||
ntc-templates 2.0.0 Apache Software License | ||
paramiko 2.10.3 GNU Library or Lesser General Public License (LGPL) | ||
scp 0.14.4 GNU Library or Lesser General Public License (LGPL) | ||
tenacity 8.0.1 Apache Software License | ||
ntc-templates 3.0.0 Apache Software License | ||
pyserial 3.5 BSD License | ||
|
||
##### Child dependencies | ||
Name Version License | ||
------------- ------- ------- | ||
PyNaCl 1.4.0 Apache License 2.0 | ||
bcrypt 3.2.0 Apache Software License | ||
textfsm 1.1.0 Apache Software License | ||
cryptography 3.4.7 Apache Software License, BSD License | ||
pycparser 2.20 BSD License | ||
cffi 1.14.5 MIT License | ||
future 0.18.2 MIT License | ||
six 1.16.0 MIT License | ||
|
||
With assistance from `pip-licenses -o license` | ||
Name Version License | ||
------------- ------- ------- | ||
PyNaCl 1.5.0 Apache License 2.0 | ||
bcrypt 3.2.0 Apache Software License | ||
textfsm 1.1.2 Apache Software License | ||
cryptography 36.0.2 Apache Software License; BSD License | ||
pycparser 2.21 BSD License | ||
cffi 1.15.0 MIT License | ||
future 0.18.2 MIT License | ||
six 1.16.0 MIT License | ||
importlib-resources 5.4.0 Apache Software License | ||
zipp 3.6.0 MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters