From 4313f539247c2e372207e9d0effa1163d2afc051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:20:23 +0000 Subject: [PATCH] Bump fonttools from 4.37.1 to 4.47.0 Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.37.1 to 4.47.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.37.1...4.47.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32c67f76..a0c4d8b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ attrs==22.1.0 # via ml-tooling (setup.py) cycler==0.11.0 # via matplotlib -fonttools==4.37.1 +fonttools==4.47.0 # via matplotlib greenlet==1.1.3 # via sqlalchemy