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 Jun 8, 2023
1 parent d108c38 commit 88b5cdd
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.11.4
uses: pypa/cibuildwheel@v2.13.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.11.4
uses: pypa/cibuildwheel@v2.13.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 @@ -6,8 +6,8 @@ lxml==4.9.2
booleanOperations==0.9.0
defcon[lxml,pens]==0.10.2
fontMath==0.9.3
fontTools[unicode,woff,lxml,ufo]<=4.39.3
fontTools[unicode,woff,lxml,ufo]<=4.39.4
psautohint==2.4.0
tqdm==4.64.1
tqdm==4.65.0
ufonormalizer==0.6.1
ufoProcessor==1.9.0

0 comments on commit 88b5cdd

Please sign in to comment.