File tree Expand file tree Collapse file tree 4 files changed +491
-586
lines changed Expand file tree Collapse file tree 4 files changed +491
-586
lines changed Original file line number Diff line number Diff line change 53
53
54
54
- name : Build and push by digest
55
55
id : build
56
- uses : docker/build-push-action@v5
56
+ uses : docker/build-push-action@v6
57
57
with :
58
58
context : .
59
59
platforms : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " clab-io-draw"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
description = " Convert between draw.io and containerlab topology files"
5
5
readme = " README.md"
6
6
requires-python = " >=3.11"
7
7
dependencies = [
8
8
" n2g==0.3.3" ,
9
- " prompt-toolkit==3.0.43 " ,
9
+ " prompt-toolkit==3.0.51 " ,
10
10
" PyYAML==6.0.2" ,
11
- " six==1.16 .0" ,
11
+ " six==1.17 .0" ,
12
12
" wcwidth==0.2.13" ,
13
13
" ruamel-yaml==0.18.6" ,
14
14
" textual-dev==1.7.0" ,
15
- " textual==1.0 .0" ,
15
+ " textual==3.3 .0" ,
16
16
" networkx>=3.4.2" ,
17
17
" defusedxml>=0.7.1" ,
18
18
" typer>=0.16.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments