Skip to content

Commit

Permalink
Merge pull request #445 from carlmontanari/update_miko_versions
Browse files Browse the repository at this point in the history
Update to support Netmiko 3.x.x
  • Loading branch information
dmfigol committed Oct 31, 2019
2 parents ae4f118 + 45ba101 commit d6bca6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ python = "^3.6"
colorama = "^0.4.1"
jinja2 = "^2"
napalm = "^2"
netmiko = "^2.3.3"
paramiko = "^2.1.1"
netmiko = ">=2.3.3"
paramiko = "^2.3.2"
requests = "^2"
"ruamel.yaml" = "^0.15.85"
mypy_extensions = "^0.4.1"
Expand Down

0 comments on commit d6bca6a

Please sign in to comment.