Skip to content
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --python 3.10 requirements-dev.in
black==26.3.1
black==26.5.1
# via -r requirements-dev.in
click==8.3.1
click==8.4.1
# via black
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
coverage==7.13.5
coverage==7.14.0
# via -r requirements-dev.in
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via
Expand All @@ -20,25 +20,25 @@ iniconfig==2.3.0
# via pytest
isort==8.0.1
# via -r requirements-dev.in
librt==0.8.1 ; platform_python_implementation != 'PyPy'
librt==0.11.0; platform_python_implementation != 'PyPy'
# via mypy
mccabe==0.7.0
# via flake8
mypy==1.19.1
mypy==2.1.0
# via -r requirements-dev.in
mypy-extensions==1.1.0
# via
# black
# mypy
packaging==26.0
packaging==26.2
# via
# black
# pytest
pathspec==1.0.4
pathspec==1.1.1
# via
# black
# mypy
platformdirs==4.9.4
platformdirs==4.9.6
# via black
pluggy==1.6.0
# via pytest
Expand All @@ -48,7 +48,7 @@ pyflakes==3.4.0
# via flake8
pygments==2.20.0
# via pytest
pytest==9.0.2
pytest==9.0.3
# via -r requirements-dev.in
pytokens==0.4.1
# via black
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ cattrs==26.1.0
# via ufolib2 (pyproject.toml)
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via cattrs
fonttools==4.62.1
fonttools==4.63.0
# via ufolib2 (pyproject.toml)
lxml==6.1.0
lxml==6.1.1
# via ufolib2 (pyproject.toml)
msgpack==1.1.2
# via ufolib2 (pyproject.toml)
orjson==3.11.7 ; platform_python_implementation != 'PyPy'
orjson==3.11.9; platform_python_implementation != 'PyPy'
# via ufolib2 (pyproject.toml)
typing-extensions==4.15.0
# via
Expand Down
Loading