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 17 #324

Closed
wants to merge 17 commits into from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
black==23.11.0
black==24.4.2
# via -r requirements-dev.in
click==8.1.7
# via black
coverage==7.3.2
coverage==7.5.0
# via -r requirements-dev.in
flake8==6.1.0
flake8==7.0.0
# via -r requirements-dev.in
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via -r requirements-dev.in
mccabe==0.7.0
# via flake8
mypy==1.7.1
mypy==1.10.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==23.2
packaging==24.0
# via
# black
# pytest
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==4.0.0
platformdirs==4.2.1
# via black
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
pyflakes==3.2.0
# via flake8
pytest==7.4.3
pytest==8.2.0
# via -r requirements-dev.in
typing-extensions==4.8.0
typing-extensions==4.11.0
# via mypy
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
appdirs==1.4.4
# via fs
attrs==23.1.0
attrs==23.2.0
# via
# cattrs
# ufoLib2 (setup.cfg)
cattrs==23.2.3
# via ufoLib2 (setup.cfg)
fonttools[ufo]==4.46.0
fonttools[ufo]==4.51.0
# via
# fonttools
# ufoLib2 (setup.cfg)
fs==2.4.16
# via fonttools
lxml==4.9.3
lxml==5.2.1
# via ufoLib2 (setup.cfg)
msgpack==1.0.7
msgpack==1.0.8
# via ufoLib2 (setup.cfg)
orjson==3.9.15 ; platform_python_implementation != "PyPy"
orjson==3.10.1; platform_python_implementation != "PyPy"
# via ufoLib2 (setup.cfg)
six==1.16.0
# via fs
Expand Down