From 3416ff5c8a75c1cc78eaa31e8c3abb53e6a3b4bd Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 2 Oct 2023 22:14:40 +0200 Subject: [PATCH 1/3] Revert "Update dependabot.yml" This reverts commit 24ad8f6f483df1ab1ac1e8550c31b541faf17873. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd1ca69..b00d57e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,17 +6,9 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 100 - groups: - python-requirements: - patterns: - - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" open-pull-requests-limit: 100 - groups: - github-actions: - patterns: - - "*" From 400ecb9a4253ca48d37f324259cd39847d624214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:53:01 +0200 Subject: [PATCH 2/3] Bump fonttools[pathops,unicode,woff] from 4.42.1 to 4.43.0 (#124) Bumps [fonttools[pathops,unicode,woff]](https://github.com/fonttools/fonttools) from 4.42.1 to 4.43.0. - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.42.1...4.43.0) --- updated-dependencies: - dependency-name: fonttools[pathops,unicode,woff] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7c613c..2128f95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fonttools[woff,unicode,pathops] == 4.42.1 +fonttools[woff,unicode,pathops] == 4.43.0 imagehash == 4.3.1 pillow == 10.0.1 python-fsutil == 0.10.0 From 21238ae0521c2cf1bb89aa282b61034300de37bd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:58:26 +0200 Subject: [PATCH 3/3] [pre-commit.ci] pre-commit autoupdate (#121) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v3.11.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.11.0...v3.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.290...v0.0.292) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5130e88..5138a64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,13 +3,13 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.15.0 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.290 + rev: v0.0.292 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -26,7 +26,7 @@ repos: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: fix-encoding-pragma args: [--remove]