File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.12"
2222
Original file line number Diff line number Diff line change 3434 - ubuntu-latest
3535
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v6
3838 - name : Set up Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 - name : Install UV
6161 - ubuntu-latest
6262
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v6
6565 - name : Set up Python ${{ matrix.python-version }}
66- uses : actions/setup-python@v5
66+ uses : actions/setup-python@v6
6767 with :
6868 python-version : ${{ matrix.python-version }}
6969 - name : Install UV
8888 - ubuntu-latest
8989
9090 steps :
91- - uses : actions/checkout@v4
91+ - uses : actions/checkout@v6
9292 - name : Set up Python ${{ matrix.python-version }}
93- uses : actions/setup-python@v5
93+ uses : actions/setup-python@v6
9494 with :
9595 python-version : ${{ matrix.python-version }}
9696 - name : Install UV
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88[project ]
99name = " pyats-genie-command-parse"
1010dynamic = [" readme" ]
11- version = " 1.4.6 "
11+ version = " 1.4.7 "
1212requires-python = " >=3.10"
1313description = " Run genie parsers directly."
1414keywords = [
@@ -48,8 +48,8 @@ classifiers = [
4848]
4949
5050dependencies = [
51- " genie==26.1 " ,
52- " pyats==26.1 " ,
51+ " genie==26.3 " ,
52+ " pyats==26.3 " ,
5353]
5454
5555[dependency-groups ]
You can’t perform that action at this time.
0 commit comments