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 00 #306

Closed
wants to merge 11 commits into from
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
black==23.11.0
black==23.12.1
# via -r requirements-dev.in
click==8.1.7
# via black
coverage==7.3.2
coverage==7.4.0
# via -r requirements-dev.in
flake8==6.1.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.8.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand All @@ -28,17 +28,17 @@ packaging==23.2
# via
# black
# pytest
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==4.0.0
platformdirs==4.1.0
# via black
pluggy==1.3.0
# via pytest
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
# via flake8
pytest==7.4.3
pytest==7.4.4
# via -r requirements-dev.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via mypy
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
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.47.0
# via
# fonttools
# ufoLib2 (setup.cfg)
fs==2.4.16
# via fonttools
lxml==4.9.3
lxml==5.0.0
# via ufoLib2 (setup.cfg)
msgpack==1.0.7
# via ufoLib2 (setup.cfg)
Expand Down
Loading