From a29c2f86837bb48014ba4f48002c397ee8840865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:26:34 +0000 Subject: [PATCH] Update fonttools requirement from >=4.43.0 to >=4.62.1 Updates the requirements on [fonttools](https://github.com/fonttools/fonttools) to permit the latest version. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.62.1) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.62.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25483a9..0352846 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ seaborn mediapipe pyshorteners -fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability +fonttools>=4.62.1 # not directly required, pinned by Snyk to avoid a vulnerability holidays>=0.45 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability nltk>=3.8.2 # not directly required, pinned by Snyk to avoid a vulnerability