From e47d6c90b98aba8d31b7163bcde9ce367865b11a Mon Sep 17 00:00:00 2001 From: ljnsn <82611987+ljnsn@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:55:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20dep-bump:=20hooks=20and=20?= =?UTF-8?q?gitmoji=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️ dep-bump: cz-commitizen-gitmoji * ⬆️ dep-bump: pre-commit hooks --- .pre-commit-config.yaml | 10 +++++----- pdm.lock | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2670c67..c51cfed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files exclude: ^tests/(cassettes|__snapshots__)/.+\.(yaml|ambr)$ @@ -43,7 +43,7 @@ repos: # change to use yamlfix or prettier - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.13.0 hooks: - id: pretty-format-yaml args: @@ -54,18 +54,18 @@ repos: exclude: ^tests/cassettes/.+\.yaml$ - repo: https://github.com/commitizen-tools/commitizen - rev: v3.17.0 + rev: v3.24.0 hooks: - id: commitizen additional_dependencies: [cz-conventional-gitmoji] - repo: https://github.com/ljnsn/cz-conventional-gitmoji - rev: v0.2.4 + rev: v0.3.1 hooks: - id: conventional-gitmoji - repo: https://github.com/pdm-project/pdm - rev: 2.12.4 + rev: 2.15.1 hooks: - id: pdm-lock-check diff --git a/pdm.lock b/pdm.lock index 22f6b01..1858e75 100644 --- a/pdm.lock +++ b/pdm.lock @@ -215,18 +215,18 @@ files = [ [[package]] name = "cz-conventional-gitmoji" -version = "0.2.4" -requires_python = ">=3.7,<4.0" +version = "0.3.1" +requires_python = "<4.0,>=3.7" summary = "A commitizen plugin that combines gitmoji and conventional." groups = ["dev"] dependencies = [ - "attrs<24.0.0,>=23.1.0", - "commitizen<4.0.0,>=3.2.2", + "attrs>=23.1.0", + "commitizen>=3.2.2", "setuptools; python_version >= \"3.12\"", ] files = [ - {file = "cz_conventional_gitmoji-0.2.4-py3-none-any.whl", hash = "sha256:83b88a6f95424bb0f9527631d53a48eb07dc68f1410db36cd20b32adaad65c07"}, - {file = "cz_conventional_gitmoji-0.2.4.tar.gz", hash = "sha256:ecb0bdb6bb2c0aff4cdedaebcb11dcebe83073bf2b72751a129e444a58573690"}, + {file = "cz_conventional_gitmoji-0.3.1-py3-none-any.whl", hash = "sha256:21977fcb23d16795d45028e10709a9c21136cf6ae4d45b2dbfee0218a266a2d3"}, + {file = "cz_conventional_gitmoji-0.3.1.tar.gz", hash = "sha256:e2b381e6f5e4b28a46293a2d68202d0b851e415195eced14278843ea0eeeed74"}, ] [[package]]