Skip to content

Commit f40438f

Browse files
committed
chore: update version of drawsvg
1 parent 8f3cbf2 commit f40438f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dynamic = [ "classifiers" ]
1313
dependencies = [
1414
"colour>=0.1.5",
1515
"deepdiff>=6.6.0",
16-
"drawsvg==2.3.0",
16+
"drawsvg>=2.4.0",
1717
"loguru>=0.6.0",
1818
"Markdown>=3.5",
1919
"numpy>=1.26.1",
@@ -50,7 +50,7 @@ download_attack_stix = 'mitreattack.download_stix:app'
5050
packages = [ { include = "mitreattack"} ]
5151
include = [
5252
{ path = "mitreattack/navlayers/exporters/fonts/*.ttf", format = ["sdist", "wheel"] },
53-
]
53+
]
5454
classifiers = [
5555
"Programming Language :: Python :: 3",
5656
"Topic :: Security",

0 commit comments

Comments
 (0)