Skip to content
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# uv pip compile --universal --python 3.9 requirements-dev.in
black==25.1.0
# via -r requirements-dev.in
click==8.1.8 ; python_full_version < '3.10'
click==8.2.2; python_full_version < '3.10'
# via black
click==8.2.1 ; python_full_version >= '3.10'
click==8.2.2; python_full_version >= '3.10'
# via black
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
coverage==7.9.2
coverage==7.10.6
# via -r requirements-dev.in
exceptiongroup==1.3.0 ; python_full_version < '3.11'
# via
Expand All @@ -24,7 +24,7 @@ isort==6.0.1
# via -r requirements-dev.in
mccabe==0.7.0
# via flake8
mypy==1.17.0
mypy==1.17.1
# via -r requirements-dev.in
mypy-extensions==1.1.0
# via
Expand All @@ -38,7 +38,7 @@ pathspec==0.12.1
# via
# black
# mypy
platformdirs==4.3.8
platformdirs==4.4.0
# via black
pluggy==1.6.0
# via pytest
Expand All @@ -48,14 +48,14 @@ pyflakes==3.4.0
# via flake8
pygments==2.19.2
# via pytest
pytest==8.4.1
pytest==8.4.2
# via -r requirements-dev.in
tomli==2.2.1 ; python_full_version < '3.11'
# via
# black
# mypy
# pytest
typing-extensions==4.14.1
typing-extensions==4.15.0
# via
# -c requirements.txt
# black
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ cattrs==25.1.1
# via ufolib2 (pyproject.toml)
exceptiongroup==1.3.0 ; python_full_version < '3.11'
# via cattrs
fonttools==4.59.0
fonttools==4.59.2
# via ufolib2 (pyproject.toml)
lxml==6.0.0
lxml==6.0.1
# via ufolib2 (pyproject.toml)
msgpack==1.1.1
# via ufolib2 (pyproject.toml)
orjson==3.11.0 ; platform_python_implementation != 'PyPy'
orjson==3.11.3; platform_python_implementation != 'PyPy'
# via ufolib2 (pyproject.toml)
typing-extensions==4.14.1
typing-extensions==4.15.0
# via
# cattrs
# exceptiongroup
Loading