Skip to content

Commit 2124847

Browse files
committed
upgrade pyats and genie from 26.1 to 26.3
1 parent 3212489 commit 2124847

4 files changed

Lines changed: 882 additions & 738 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "pyats-genie-command-parse"
1010
dynamic = ["readme"]
11-
version = "1.4.6"
11+
version = "1.4.7"
1212
requires-python = ">=3.10"
1313
description = "Run genie parsers directly."
1414
keywords = [
@@ -48,8 +48,8 @@ classifiers = [
4848
]
4949

5050
dependencies = [
51-
"genie==26.1",
52-
"pyats==26.1",
51+
"genie==26.3",
52+
"pyats==26.3",
5353
]
5454

5555
[dependency-groups]

0 commit comments

Comments
 (0)