Skip to content

Commit b714815

Browse files
committed
Update cattrs required version
See googlefonts/fontmake#1129.
1 parent bbf9d05 commit b714815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ content-type = "text/markdown"
2727

2828
[project.optional-dependencies]
2929
lxml = ["lxml"]
30-
converters = ["cattrs >= 22.2.0"]
31-
json = ["cattrs >= 22.2.0", "orjson ; platform_python_implementation != 'PyPy'"]
32-
msgpack = ["cattrs >= 22.2.0", "msgpack"]
30+
converters = ["cattrs >= 24.1"]
31+
json = ["cattrs >= 24.1", "orjson ; platform_python_implementation != 'PyPy'"]
32+
msgpack = ["cattrs >= 24.1", "msgpack"]
3333

3434
[tool.setuptools]
3535
package-dir = { "" = "src" }

0 commit comments

Comments
 (0)