From c9d85d244cf4039c99676d7117c50484031351c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2023 18:17:11 +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-6133203 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6b0a23..fec7bb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ Shapely # Packaging setuptools>=40.6.3 -wheel>=0.32.3 \ No newline at end of file +wheel>=0.32.3 +fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file