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 Jul 21, 2023
1 parent c02a68d commit 0ebc9da
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.14.1
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.14.1
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,11 +2,11 @@
# 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.39.4
fontTools[unicode,woff,lxml,ufo]==4.41.1
psautohint==2.4.0
tqdm==4.65.0
ufonormalizer==0.6.1
Expand Down

0 comments on commit 0ebc9da

Please sign in to comment.