Skip to content

Commit f7dcae8

Browse files
authored
Merge pull request #395 from fonttools/update-reqs
Update requirements.txt
2 parents 4453d08 + cc7f72f commit f7dcae8

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ isort==6.0.1
2424
# via -r requirements-dev.in
2525
mccabe==0.7.0
2626
# via flake8
27-
mypy==1.16.1
27+
mypy==1.17.0
2828
# via -r requirements-dev.in
2929
mypy-extensions==1.1.0
3030
# via

requirements.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --all-extras --universal --python 3.9 pyproject.toml
3-
appdirs==1.4.4
4-
# via fs
53
attrs==25.3.0
64
# via
75
# ufolib2 (pyproject.toml)
@@ -10,20 +8,14 @@ cattrs==25.1.1
108
# via ufolib2 (pyproject.toml)
119
exceptiongroup==1.3.0 ; python_full_version < '3.11'
1210
# via cattrs
13-
fonttools==4.58.5
11+
fonttools==4.59.0
1412
# via ufolib2 (pyproject.toml)
15-
fs==2.4.16
16-
# via fonttools
1713
lxml==6.0.0
1814
# via ufolib2 (pyproject.toml)
1915
msgpack==1.1.1
2016
# via ufolib2 (pyproject.toml)
21-
orjson==3.10.18 ; platform_python_implementation != 'PyPy'
17+
orjson==3.11.0 ; platform_python_implementation != 'PyPy'
2218
# via ufolib2 (pyproject.toml)
23-
setuptools==80.9.0
24-
# via fs
25-
six==1.17.0
26-
# via fs
2719
typing-extensions==4.14.1
2820
# via
2921
# cattrs

0 commit comments

Comments
 (0)