Skip to content

Commit a10263a

Browse files
Bump the python-requirements group with 6 updates (#230)
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/nedbat/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.58.2 to 4.60.1 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](fonttools/fonttools@4.58.2...4.60.1) Updates `pillow` from 11.2.1 to 11.3.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.2.1...11.3.0) Updates `coverage` to 7.10.7 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.8.0...7.10.7) Updates `mypy` to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.18.2) Updates `pre-commit` to 4.3.0 - [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.2.0...v4.3.0) Updates `tox` to 4.30.2 - [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.26.0...4.30.2) --- updated-dependencies: - dependency-name: fonttools[lxml,pathops,unicode,woff] dependency-version: 4.60.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: coverage dependency-version: 7.10.7 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production dependency-group: python-requirements - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.30.2 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef0349d commit a10263a

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
@@ -53,7 +53,7 @@ dependencies = [
5353
"fonttools[lxml,woff,unicode,pathops] >= 4.43.0, < 5.0",
5454
"imagehash >= 4.2.1, < 5.0.0",
5555
"opentype-sanitizer >= 9.1.0, < 10.0.0",
56-
"pillow >= 8.4.0, < 11.0.0",
56+
"pillow >= 8.4.0, < 12.0.0",
5757
"python-fsutil >= 0.9.3, < 1.0.0",
5858
]
5959
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.8.*
2-
mypy == 1.16.*
3-
pre-commit == 4.2.*
4-
tox == 4.26.*
1+
coverage == 7.10.*
2+
mypy == 1.18.*
3+
pre-commit == 4.3.*
4+
tox == 4.30.*

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.58.2
1+
fonttools[lxml,woff,unicode,pathops] == 4.60.1
22
imagehash == 4.3.2
33
opentype-sanitizer == 9.2.0
4-
pillow == 11.2.1
4+
pillow == 11.3.0
55
python-fsutil == 0.15.0

0 commit comments

Comments
 (0)