From 9be515352dec7539ca5de9262fb295d1df3fbdc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:48:15 +0000 Subject: [PATCH] Bump fonttools from 4.43.1 to 4.61.0 Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.43.1 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.43.1...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 1bbb3a4..050c4af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "docopt==0.6.2", "executing>=2.0.0", "filelock==3.12.4", - "fonttools==4.43.1", + "fonttools==4.61.0", "frozenlist==1.4.1", "graphql-core==3.2.5", "identify==2.5.29",