From 6b8de4a6101384ea8ea2601ed28fd7bd3f2cfd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:42:10 +0000 Subject: [PATCH] Bump the python-packages group with 3 updates Bumps the python-packages group with 3 updates: [glyphslib](https://github.com/googlefonts/glyphsLib), [mypy](https://github.com/python/mypy) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `glyphslib` from 6.13.0 to 6.13.1 - [Release notes](https://github.com/googlefonts/glyphsLib/releases) - [Commits](https://github.com/googlefonts/glyphsLib/compare/v6.13.0...v6.13.1) Updates `mypy` from 1.20.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v1.20.2) Updates `pre-commit` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: glyphslib dependency-version: 6.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 367cde1..a51f6d7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -mypy==1.20.0 -pre-commit==4.5.1 +mypy==1.20.2 +pre-commit==4.6.0 pytest==9.0.3 pytest-asyncio==1.3.0 diff --git a/requirements.txt b/requirements.txt index eb7b875..8f21599 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ git+https://github.com/fontra/fontra.git -glyphsLib==6.13.0 +glyphsLib==6.13.1