Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8a6ad6c
Update attrs from 24.2.0 to 25.3.0
pyup-bot May 12, 2025
8037ec0
Update cattrs from 24.1.2 to 24.1.3
pyup-bot May 12, 2025
bfdb173
Update exceptiongroup from 1.2.2 to 1.3.0
pyup-bot May 12, 2025
e925bc8
Update exceptiongroup from 1.2.2 to 1.3.0
pyup-bot May 12, 2025
65e59b9
Update fonttools from 4.54.1 to 4.58.0
pyup-bot May 12, 2025
39c5240
Update lxml from 5.3.0 to 5.4.0
pyup-bot May 12, 2025
bbaefb6
Update orjson from 3.10.10 to 3.10.18
pyup-bot May 12, 2025
538b9f0
Update setuptools from 75.3.0 to 80.4.0
pyup-bot May 12, 2025
baa562d
Update six from 1.16.0 to 1.17.0
pyup-bot May 12, 2025
cc43240
Update typing-extensions from 4.12.2 to 4.13.2
pyup-bot May 12, 2025
b885421
Update typing-extensions from 4.12.2 to 4.13.2
pyup-bot May 12, 2025
a30ba88
Update black from 24.8.0 to 25.1.0
pyup-bot May 12, 2025
bf749a7
Update click from 8.1.7 to 8.2.0
pyup-bot May 12, 2025
f67da69
Update coverage from 7.6.1 to 7.8.0
pyup-bot May 12, 2025
f86c1aa
Update flake8 from 7.1.1 to 7.2.0
pyup-bot May 12, 2025
e88dfa0
Update iniconfig from 2.0.0 to 2.1.0
pyup-bot May 12, 2025
228f38a
Update isort from 5.13.2 to 6.0.1
pyup-bot May 12, 2025
8b10750
Update mypy from 1.13.0 to 1.15.0
pyup-bot May 12, 2025
ae41870
Update mypy-extensions from 1.0.0 to 1.1.0
pyup-bot May 12, 2025
4d65191
Update packaging from 24.1 to 25.0
pyup-bot May 12, 2025
56656f2
Update platformdirs from 4.3.6 to 4.3.8
pyup-bot May 12, 2025
93884b8
Update pycodestyle from 2.12.1 to 2.13.0
pyup-bot May 12, 2025
ca892d8
Update pyflakes from 3.2.0 to 3.3.2
pyup-bot May 12, 2025
fe50c35
Update pytest from 8.3.3 to 8.3.5
pyup-bot May 12, 2025
b1b650e
Update tomli from 2.0.2 to 2.2.1
pyup-bot May 12, 2025
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
32 changes: 16 additions & 16 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --python 3.8 requirements-dev.in
black==24.8.0
black==25.1.0
# via -r requirements-dev.in
click==8.1.7
click==8.2.0
# via black
coverage==7.6.1
coverage==7.8.0
# via -r requirements-dev.in
exceptiongroup==1.2.2
exceptiongroup==1.3.0
# via
# -c requirements.txt
# pytest
flake8==7.1.1
flake8==7.2.0
# via -r requirements-dev.in
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==5.13.2
isort==6.0.1
# via -r requirements-dev.in
mccabe==0.7.0
# via flake8
mypy==1.13.0
mypy==1.15.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
mypy-extensions==1.1.0
# via
# black
# mypy
packaging==24.1
packaging==25.0
# via
# black
# pytest
pathspec==0.12.1
# via black
platformdirs==4.3.6
platformdirs==4.3.8
# via black
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
pycodestyle==2.13.0
# via flake8
pyflakes==3.2.0
pyflakes==3.3.2
# via flake8
pytest==8.3.3
pytest==8.3.5
# via -r requirements-dev.in
tomli==2.0.2
tomli==2.2.1
# via
# black
# mypy
# pytest
typing-extensions==4.12.2
typing-extensions==4.13.2
# via
# -c requirements.txt
# black
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
# uv pip compile --all-extras --python 3.8 pyproject.toml
appdirs==1.4.4
# via fs
attrs==24.2.0
attrs==25.3.0
# via
# ufolib2 (pyproject.toml)
# cattrs
cattrs==24.1.2
cattrs==24.1.3
# via ufolib2 (pyproject.toml)
exceptiongroup==1.2.2
exceptiongroup==1.3.0
# via cattrs
fonttools==4.54.1
fonttools==4.58.0
# via ufolib2 (pyproject.toml)
fs==2.4.16
# via fonttools
lxml==5.3.0
lxml==5.4.0
# via ufolib2 (pyproject.toml)
msgpack==1.1.0
# via ufolib2 (pyproject.toml)
orjson==3.10.10
orjson==3.10.18
# via ufolib2 (pyproject.toml)
setuptools==75.3.0
setuptools==80.4.0
# via fs
six==1.16.0
six==1.17.0
# via fs
typing-extensions==4.12.2
typing-extensions==4.13.2
# via cattrs
Loading