From afa6445b2531b0db073bf498b99c64ca988291c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:20:36 +0000 Subject: [PATCH] Update fonttools requirement from >=4.43.0 to >=4.63.0 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.63.0) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.63.0 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 daabd0e..8108ec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pyshorteners>=1.0.1 googlesearch-python>=1.2.3 # === Security pinning (Snyk) === -fonttools>=4.43.0 +fonttools>=4.63.0 holidays>=0.102 zipp>=3.19.1 nltk>=3.10.2