Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kaydeearts committed Aug 14, 2023
1 parent f7ba344 commit f1b3e71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Build wheel (only macosx_universal2)
if: matrix.os == 'macos-latest'
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.15.0
with:
output-dir: dist
env:
Expand All @@ -47,7 +47,7 @@ jobs:
CIBW_ENVIRONMENT_MACOS: "CFLAGS='-arch arm64 -arch x86_64 -I/usr/include/libxml2' CXXFLAGS='-arch arm64 -arch x86_64' LDFLAGS='-arch arm64 -arch x86_64'"

- name: Build wheel (except macosx_universal2)
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.15.0
with:
output-dir: dist
env:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# we want to have control over the version and guarantee that the XML output
# of our tools is stable
# NOTE: hard-pinning (==) here gets relaxed to >= in setup.py
lxml==4.9.2
lxml==4.9.3
booleanOperations==0.9.0
defcon[lxml,pens]==0.10.2
fontMath==0.9.3
fontTools[unicode,woff,lxml,ufo]==4.42.0
psautohint==2.4.0
tqdm==4.65.0
tqdm==4.66.1
ufonormalizer==0.6.1
ufoProcessor==1.9.0

0 comments on commit f1b3e71

Please sign in to comment.