From 1a4cbbf03d140b350fb04dad26a8ff92e2f3c310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:10:38 +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), [pre-commit](https://github.com/pre-commit/pre-commit) and [pytest](https://github.com/pytest-dev/pytest). Updates `glyphslib` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/googlefonts/glyphsLib/releases) - [Commits](https://github.com/googlefonts/glyphsLib/compare/v6.3.0...v6.4.0) Updates `pre-commit` from 3.3.3 to 3.4.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/v3.3.3...v3.4.0) Updates `pytest` from 7.4.0 to 7.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...7.4.2) --- updated-dependencies: - dependency-name: glyphslib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch 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 4e554a3066..0d4969f308 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -pre-commit==3.3.3 -pytest==7.4.0 +pre-commit==3.4.0 +pytest==7.4.2 pytest-asyncio==0.21.1 diff --git a/requirements.txt b/requirements.txt index 58f48483e8..7a101a188a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.8.5 dacite==1.8.1 fonttools[ufo,unicode]==4.42.1 -glyphsLib==6.3.0 +glyphsLib==6.4.0 watchfiles==0.20.0