From 1f6b92c9a85463754335b76cbe41b6c705723948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:23:09 +0000 Subject: [PATCH] chore(deps): update fonttools requirement from >=4.63.0 to >=4.65.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.63.0...4.65.0) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.65.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f2ce25..ac0ae99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "fastapi>=0.141.1", "uvicorn>=0.52.3", # Snyk-pinned transitive security patches - "fonttools>=4.63.0", + "fonttools>=4.65.0", "holidays>=0.45", "zipp>=4.1.0", "nltk>=3.10.3", diff --git a/requirements.txt b/requirements.txt index 9026e70..abddd8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ fastapi>=0.141.1 uvicorn>=0.52.3 # Snyk-pinned transitive security patches -fonttools>=4.63.0 +fonttools>=4.65.0 holidays>=0.45 zipp>=4.1.0 nltk>=3.10.3