Skip to content

Commit

Permalink
pyats version testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jun 25, 2024
1 parent 4d54993 commit f278153
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 58 deletions.
3 changes: 2 additions & 1 deletion netmiko/_telnetlib/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# This license applies to the included telnetlib.py code.
# This license applies to the included telnetlib.py code
# (and not any other part of Netmiko).
#

A. HISTORY OF THE SOFTWARE
Expand Down
199 changes: 146 additions & 53 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["poetry==1.6.1"]
requires = ["poetry>=1.6.1"]
build-backend = "poetry.masonry.api"

[tool.poetry]
name = "netmiko"
version = "4.3.0"
version = "4.4.0"
description = "Multi-vendor library to simplify legacy CLI connections to network devices"
authors = ["Kirk Byers <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -45,8 +45,8 @@ types-paramiko = "3.0.0.2"
types-PyYAML = "6.0.12.4"

[tool.poetry.group.parsers.dependencies]
pyats = ">=23.1"
genie = ">=23.1"
pyats = ">=24.5"
genie = ">=24.5"
ttp = ">=0.9.0"

[tool.poetry.scripts]
Expand Down

0 comments on commit f278153

Please sign in to comment.