Skip to content

Commit 3807778

Browse files
chore(deps): update fonttools requirement
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](fonttools/fonttools@4.59.2...4.64.0) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.64.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0bbea6 commit 3807778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"deadline[gui] >= 0.60.4, < 0.61",
4646
"openjd-adaptor-runtime >= 0.7,< 0.10",
4747
# fonttools is Windows-only due to Cinema 4D technical limitations
48-
"fonttools >=4.59.2, <4.64; sys_platform == 'win32'",
48+
"fonttools >=4.59.2, <4.65; sys_platform == 'win32'",
4949
]
5050

5151
[project.optional-dependencies]

0 commit comments

Comments
 (0)