Skip to content

Commit 5d6fdb1

Browse files
Bump the python-requirements group with 6 updates
Updates the requirements on [fonttools[lxml,pathops,unicode,woff]](https://github.com/fonttools/fonttools), [pillow](https://github.com/python-pillow/Pillow), [coverage](https://github.com/coveragepy/coveragepy), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `fonttools[lxml,pathops,unicode,woff]` from 4.60.1 to 4.61.1 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](fonttools/fonttools@4.60.1...4.61.1) Updates `pillow` from 11.3.0 to 12.0.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.3.0...12.0.0) Updates `coverage` to 7.13.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.0...7.13.1) Updates `mypy` to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.1...v1.19.1) Updates `pre-commit` to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.3.0...v4.5.1) Updates `tox` to 4.32.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.30.0...4.32.0) --- updated-dependencies: - dependency-name: fonttools[lxml,pathops,unicode,woff] dependency-version: 4.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.32.0 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 45b194d commit 5d6fdb1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"fonttools[lxml,woff,unicode,pathops] >= 4.43.0, < 5.0",
5555
"imagehash >= 4.2.1, < 5.0.0",
5656
"opentype-sanitizer >= 9.1.0, < 10.0.0",
57-
"pillow >= 8.4.0, < 12.0.0",
57+
"pillow >= 8.4.0, < 13.0.0",
5858
"python-fsutil >= 0.9.3, < 1.0.0",
5959
]
6060
dynamic = ["version"]

requirements-test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage == 7.10.*
2-
mypy == 1.18.*
3-
pre-commit == 4.3.*
4-
tox == 4.30.*
1+
coverage == 7.13.*
2+
mypy == 1.19.*
3+
pre-commit == 4.5.*
4+
tox == 4.32.*

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fonttools[lxml,woff,unicode,pathops] == 4.60.1
1+
fonttools[lxml,woff,unicode,pathops] == 4.61.1
22
imagehash == 4.3.2
33
opentype-sanitizer == 9.2.0
4-
pillow == 11.3.0
4+
pillow == 12.0.0
55
python-fsutil == 0.15.0

0 commit comments

Comments
 (0)