Skip to content

Commit f7c71e9

Browse files
committed
bump versions
1 parent 5b51ffc commit f7c71e9

File tree

4 files changed

+491
-586
lines changed

4 files changed

+491
-586
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Build and push by digest
5555
id: build
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
context: .
5959
platforms: ${{ matrix.platform }}

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[project]
22
name = "clab-io-draw"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "Convert between draw.io and containerlab topology files"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"n2g==0.3.3",
9-
"prompt-toolkit==3.0.43",
9+
"prompt-toolkit==3.0.51",
1010
"PyYAML==6.0.2",
11-
"six==1.16.0",
11+
"six==1.17.0",
1212
"wcwidth==0.2.13",
1313
"ruamel-yaml==0.18.6",
1414
"textual-dev==1.7.0",
15-
"textual==1.0.0",
15+
"textual==3.3.0",
1616
"networkx>=3.4.2",
1717
"defusedxml>=0.7.1",
1818
"typer>=0.16.0",

requirements.txt

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)