Skip to content

Commit a9ddb6a

Browse files
committed
Fixed SNYK-PYTHON-FONTTOOLS-6133203
1 parent ad88b89 commit a9ddb6a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies = [
4444
"colorful",
4545
"dateparser>=1.1.8",
4646
"dicttoxml",
47+
"fonttools>=4.43.0", # SNYK-PYTHON-FONTTOOLS-6133203
4748
"ipaddress>=1.0.23",
4849
"json2html",
4950
"lazy_object_proxy>=1.9.0",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ coloredlogs
66
colorful
77
dateparser>=1.1.8
88
dicttoxml
9+
fonttools>=4.43.0 # SNYK-PYTHON-FONTTOOLS-6133203
910
ipaddress>=1.0.23
1011
json2html
1112
lazy_object_proxy>=1.9.0

src/tinyscript/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.30.1
1+
1.30.2

0 commit comments

Comments
 (0)