From 4475fa745e4aaa09c42fa039ae4efcddd486256c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:04:28 +0000 Subject: [PATCH 1/2] Bump fonttools from 4.55.0 to 4.55.2 in /testbed Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.55.0 to 4.55.2. - [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.55.0...4.55.2) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- testbed/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/pyproject.toml b/testbed/pyproject.toml index fdb7fdbc2a..223199a308 100644 --- a/testbed/pyproject.toml +++ b/testbed/pyproject.toml @@ -9,7 +9,7 @@ test = [ # fonttools is only needed by Android, but we need to use # sys.platform == 'linux' as there's no dependency identifier # that can target Android exclusively until 3.13 lands. - "fonttools==4.55.0 ; sys.platform == 'linux'", + "fonttools==4.55.2 ; sys.platform == 'linux'", "pillow==11.0.0", "pytest==8.3.4", "pytest-asyncio==0.24.0", From aae5830a60feb57c4fb0335aa3691687c1e07a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:04:43 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/3030.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/3030.misc.rst diff --git a/changes/3030.misc.rst b/changes/3030.misc.rst new file mode 100644 index 0000000000..d81d9ffa2f --- /dev/null +++ b/changes/3030.misc.rst @@ -0,0 +1 @@ +Updated fonttools from 4.55.0 to 4.55.2 in /testbed.