python-fontbro
python-fontbro copied to clipboard
:billed_cap: friendly font operations on top of fontTools.
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python...
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. Release notes Sourced from tox's releases. 4.15.0 What's Changed Remove duplicated and misleading configuration section by @jugmac00 in tox-dev/tox#3251 Fix...
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.5.0 — 2024-04-23 Added initial support for function and class reporting in the HTML...
Bumps [fonttools[lxml,pathops,unicode,woff]](https://github.com/fonttools/fonttools) from 4.50.0 to 4.51.0. Release notes Sourced from fonttools[lxml,pathops,unicode,woff]'s releases. 4.51.0 [ttLib] Optimization on loading aux fields (#3464). [ttFont] Add reorderGlyphs (#3468). Changelog Sourced from fonttools[lxml,pathops,unicode,woff]'s changelog. 4.51.0...
Update versions of pre-commit hooks to latest version.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Release notes Sourced from pre-commit's releases. pre-commit v3.6.0 Features Check minimum_pre_commit_version first when parsing configs. #3092 PR by @asottile. Fixes...
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.6.5) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.2)
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. Release notes Sourced from tox's releases. 4.18.0 What's Changed Fix #3278 - Boost temporary directories cleanup in tests by @ziima...