Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --python 3.9 requirements-dev.in
black==25.1.0
black==25.9.0
# via -r requirements-dev.in
click==8.1.8 ; python_full_version < '3.10'
click==8.3.0; python_full_version < '3.10'
# via black
click==8.2.1 ; python_full_version >= '3.10'
click==8.3.0; python_full_version >= '3.10'
# via black
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# pytest
coverage==7.9.2
coverage==7.10.7
# 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.18.2
# 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
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ attrs==25.3.0
# via
# ufolib2 (pyproject.toml)
# cattrs
cattrs==25.1.1
cattrs==25.2.0
# via ufolib2 (pyproject.toml)
exceptiongroup==1.3.0 ; python_full_version < '3.11'
# via cattrs
fonttools==4.59.0
fonttools==4.60.0
# via ufolib2 (pyproject.toml)
lxml==6.0.0
lxml==6.0.2
# 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