From b7148152ce0d2fff26f42cd819189b059c5458e4 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Thu, 31 Oct 2024 16:09:39 +0000 Subject: [PATCH] Update cattrs required version See https://github.com/googlefonts/fontmake/issues/1129. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 386baa01..bc18fc3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,9 @@ content-type = "text/markdown" [project.optional-dependencies] lxml = ["lxml"] -converters = ["cattrs >= 22.2.0"] -json = ["cattrs >= 22.2.0", "orjson ; platform_python_implementation != 'PyPy'"] -msgpack = ["cattrs >= 22.2.0", "msgpack"] +converters = ["cattrs >= 24.1"] +json = ["cattrs >= 24.1", "orjson ; platform_python_implementation != 'PyPy'"] +msgpack = ["cattrs >= 24.1", "msgpack"] [tool.setuptools] package-dir = { "" = "src" }