Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Lets see if this fixes the CI breakage.
  • Loading branch information
khaledhosny committed Aug 20, 2023
1 parent 0618c67 commit d5e00f6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 51 deletions.
77 changes: 32 additions & 45 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,99 +1,86 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements-dev.in
#
appdirs==1.4.4
# via fs
attrs==22.1.0
# via
# flake8-bugbear
# pytest
black==22.10.0
attrs==23.1.0
# via flake8-bugbear
black==23.7.0
# via -r requirements-dev.in
booleanoperations==0.9.0
# via ufo2ft
cffsubr==0.2.9.post1
# via ufo2ft
click==8.1.3
click==8.1.7
# via black
coverage==6.5.0
coverage==7.3.0
# via -r requirements-dev.in
cu2qu==1.6.7.post1
# via ufo2ft
defcon==0.10.2
defcon==0.10.3
# via -r requirements-dev.in
exceptiongroup==1.0.1
# via pytest
execnet==1.9.0
execnet==2.0.2
# via pytest-xdist
flake8==5.0.4
flake8==6.1.0
# via
# -r requirements-dev.in
# flake8-bugbear
flake8-bugbear==22.10.27
flake8-bugbear==23.7.10
# via -r requirements-dev.in
fonttools[ufo,unicode]==4.38.0
fonttools[ufo,unicode]==4.42.1
# via
# -r requirements-dev.in
# booleanoperations
# cffsubr
# cu2qu
# defcon
# ufo2ft
fs==2.4.16
# via fonttools
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
lxml==4.9.1
lxml==4.9.3
# via xmldiff
mccabe==0.7.0
# via flake8
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via black
packaging==21.3
# via pytest
pathspec==0.10.1
packaging==23.1
# via
# black
# pytest
pathspec==0.11.2
# via black
platformdirs==2.5.3
platformdirs==3.10.0
# via black
pluggy==1.0.0
pluggy==1.2.0
# via pytest
pyclipper==1.3.0.post3
pyclipper==1.3.0.post4
# via booleanoperations
pycodestyle==2.9.1
pycodestyle==2.11.0
# via flake8
pyflakes==2.5.0
pyflakes==3.1.0
# via flake8
pyparsing==3.0.9
# via packaging
pytest==7.2.0
pytest==7.4.0
# via
# -r requirements-dev.in
# pytest-randomly
# pytest-xdist
pytest-randomly==3.12.0
pytest-randomly==3.15.0
# via -r requirements-dev.in
pytest-xdist==3.0.2
pytest-xdist==3.3.1
# via -r requirements-dev.in
six==1.16.0
# via
# fs
# xmldiff
skia-pathops==0.7.3
# via fs
skia-pathops==0.8.0
# via -r requirements-dev.in
tomli==2.0.1
# via
# black
# pytest
ufo2ft==2.29.0
ufo2ft==2.33.4
# via -r requirements-dev.in
ufonormalizer==0.6.1
# via -r requirements-dev.in
unicodedata2==15.0.0
# via fonttools
xmldiff==2.4
xmldiff==2.6.3
# via -r requirements-dev.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile setup.cfg
#
appdirs==1.4.4
# via fs
attrs==22.1.0
attrs==23.1.0
# via ufolib2
fonttools[ufo,unicode]==4.38.0
fonttools[ufo,unicode]==4.42.1
# via
# glyphsLib (setup.cfg)
# ufolib2
fs==2.4.16
# via fonttools
openstep-plist==0.3.0
openstep-plist==0.3.0.post1
# via glyphsLib (setup.cfg)
six==1.16.0
# via fs
ufolib2==0.14.0
ufolib2==0.16.0
# via glyphsLib (setup.cfg)
unicodedata2==15.0.0
# via fonttools
Expand Down

0 comments on commit d5e00f6

Please sign in to comment.