Skip to content

Commit

Permalink
Merge pull request #354 from fonttools/update-deps
Browse files Browse the repository at this point in the history
Update testing dependencies and cattrs minimum version
  • Loading branch information
madig authored Oct 31, 2024
2 parents bbf9d05 + a9211c7 commit 7412016
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ isort==5.13.2
# via -r requirements-dev.in
mccabe==0.7.0
# via flake8
mypy==1.12.1
mypy==1.13.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --python 3.8 --extra=converters --extra=json --extra=lxml --extra=msgpack
# uv pip compile --all-extras --python 3.8 pyproject.toml
appdirs==1.4.4
# via fs
attrs==24.2.0
Expand All @@ -18,9 +18,9 @@ lxml==5.3.0
# via ufolib2 (pyproject.toml)
msgpack==1.1.0
# via ufolib2 (pyproject.toml)
orjson==3.10.9
orjson==3.10.10
# via ufolib2 (pyproject.toml)
setuptools==75.2.0
setuptools==75.3.0
# via fs
six==1.16.0
# via fs
Expand Down

0 comments on commit 7412016

Please sign in to comment.