From 2281abe6d582f2f745817b429ba54e6db8e993f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:10:10 +0000 Subject: [PATCH] Bump fonttools from 4.58.2 to 4.61.0 Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.58.2 to 4.61.0. - [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.58.2...4.61.0) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.61.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca24c9e..3968863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "docopt==0.6.2", "einops==0.8.1", "filelock==3.18.0", - "fonttools==4.58.2", + "fonttools==4.61.0", "frozenlist==1.7.0", "fsspec==2025.5.1", "gpustat==1.1.1",