Skip to content

Commit 2fe46a7

Browse files
Bump the python-requirements group across 1 directory with 5 updates (#245)
Updates the requirements on [fonttools](https://github.com/fonttools/fonttools), [pillow](https://github.com/python-pillow/Pillow), [python-fsutil](https://github.com/fabiocaccamo/python-fsutil), [mypy](https://github.com/python/mypy) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `fonttools` from 4.61.1 to 4.62.1 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](fonttools/fonttools@4.61.1...4.62.1) Updates `pillow` from 12.0.0 to 12.2.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@12.0.0...12.2.0) Updates `python-fsutil` from 0.16.0 to 0.16.1 - [Release notes](https://github.com/fabiocaccamo/python-fsutil/releases) - [Changelog](https://github.com/fabiocaccamo/python-fsutil/blob/main/CHANGELOG.md) - [Commits](fabiocaccamo/python-fsutil@0.16.0...0.16.1) Updates `mypy` to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.20.0) Updates `tox` to 4.52.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.32.0...4.52.0) --- updated-dependencies: - dependency-name: fonttools dependency-version: 4.62.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: python-fsutil dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production dependency-group: python-requirements - dependency-name: tox dependency-version: 4.52.0 dependency-type: direct:production dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1c7562 commit 2fe46a7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
coverage == 7.13.*
2-
mypy == 1.19.*
2+
mypy == 1.20.*
33
pre-commit == 4.5.*
4-
tox == 4.32.*
4+
tox == 4.52.*

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
fonttools[lxml,woff,unicode,pathops] == 4.61.1
1+
fonttools[lxml,woff,unicode,pathops] == 4.62.1
22
imagehash == 4.3.2
33
opentype-sanitizer == 9.2.0
4-
pillow == 12.0.0
5-
python-fsutil == 0.16.0
4+
pillow == 12.2.0
5+
python-fsutil == 0.16.1

0 commit comments

Comments
 (0)