From 13587b21136b03e4a626851b1b1eafec088df85c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Dec 2025 10:43:03 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-14151621 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60c7a8d..5a2d08c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,5 @@ psutil>=5.9.0 cryptography>=41.0.0 # Optional: For better JSON handling -orjson>=3.9.0 \ No newline at end of file +orjson>=3.9.0 +fonttools>=4.61.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file