Skip to content

Commit a4a4663

Browse files
authored
moved pyats and genie to version 25.5 (#9)
1 parent 156ac4e commit a4a4663

5 files changed

Lines changed: 2304 additions & 2268 deletions

File tree

pyats_genie_command_parse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
__copyright__ = "Copyright (c) 2020 - 2025, Benjamin P. Trachtenberg, Brett Gianpetro"
66
__status__ = "prod"
7-
__version_info__ = (1, 4, 2)
7+
__version_info__ = (1, 4, 3)
88
__version__ = ".".join(map(str, __version_info__))

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ classifiers = [
4848
]
4949

5050
dependencies = [
51-
"genie==25.2",
52-
"pyats==25.2",
51+
"genie==25.5",
52+
"pyats==25.5",
5353
]
5454

5555
[dependency-groups]

0 commit comments

Comments
 (0)