diff --git a/changes/2699.misc.rst b/changes/2699.misc.rst new file mode 100644 index 0000000000..1d5e1953ef --- /dev/null +++ b/changes/2699.misc.rst @@ -0,0 +1 @@ +Updated fonttools from 4.53.0 to 4.53.1 in /testbed. diff --git a/testbed/pyproject.toml b/testbed/pyproject.toml index e0e37e5daa..6c95126881 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.53.0 ; sys.platform == 'linux'", + "fonttools==4.53.1 ; sys.platform == 'linux'", "pillow==9.2.0", "pytest==8.2.2", "pytest-asyncio==0.23.7",