Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 11 #377

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# 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.1.8
# via black
coverage==7.6.1
coverage==7.7.0
# via -r requirements-dev.in
exceptiongroup==1.2.2
# via
# -c requirements.txt
# pytest
flake8==7.1.1
flake8==7.1.2
# via -r requirements-dev.in
iniconfig==2.0.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
# via
# black
# mypy
packaging==24.1
packaging==24.2
# via
# black
# pytest
Expand All @@ -38,9 +38,9 @@ pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# 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
Expand Down
12 changes: 6 additions & 6 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
# via ufolib2 (pyproject.toml)
exceptiongroup==1.2.2
# via cattrs
fonttools==4.54.1
fonttools==4.56.0
# via ufolib2 (pyproject.toml)
fs==2.4.16
# via fonttools
lxml==5.3.0
lxml==5.3.1
# via ufolib2 (pyproject.toml)
msgpack==1.1.0
# via ufolib2 (pyproject.toml)
orjson==3.10.10
orjson==3.10.15
# via ufolib2 (pyproject.toml)
setuptools==75.3.0
setuptools==76.0.0
# via fs
six==1.16.0
six==1.17.0
# via fs
typing-extensions==4.12.2
# via cattrs
Loading