Skip to content

Commit

Permalink
upgrade pyats and genie
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed Nov 12, 2023
1 parent 80703af commit 6f4e682
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- 3.9
- '3.10'
- '3.11'
- '3.12'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyats_genie_command_parse/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""
__copyright__ = "Copyright (c) 2020 - 2023, Benjamin P. Trachtenberg, Brett Gianpetro"
__status__ = 'prod'
__version_info__ = (1, 3, 8)
__version_info__ = (1, 3, 9)
__version__ = '.'.join(map(str, __version_info__))
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyats==23.8
genie==23.8
pyats==23.10
genie==23.10

0 comments on commit 6f4e682

Please sign in to comment.