Skip to content

Commit

Permalink
Bump fonttools from 4.38.0 to 4.43.0 (#120)
Browse files Browse the repository at this point in the history
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.38.0 to 4.43.0.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.38.0...4.43.0)

---
updated-dependencies:
- dependency-name: fonttools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent fa75822 commit 8593f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fig2sketch"
readme = "README.md"
requires-python = ">=3.10"
dynamic = ["version"]
dependencies = ["Pillow==10.3.0", "fonttools==4.38.0", "appdirs==1.4.4"]
dependencies = ["Pillow==10.3.0", "fonttools==4.43.0", "appdirs==1.4.4"]

[project.scripts]
fig2sketch = "fig2sketch:main"
Expand Down

0 comments on commit 8593f4d

Please sign in to comment.