From d96340e90301627be0d01bc2ce9cd1b3d9e3572d Mon Sep 17 00:00:00 2001 From: seria Date: Fri, 1 Mar 2024 10:35:22 +0800 Subject: [PATCH] chore(deps): Remove git-cliff --- poetry.lock | 21 +-------------------- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index c77813f7..b50d6cfa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -886,25 +886,6 @@ url = "https://github.com/seriaati/genshin.py" reference = "HEAD" resolved_reference = "b9ddfd1082c3060609b1c56c26552969b3a84fe9" -[[package]] -name = "git-cliff" -version = "1.4.0" -description = "A highly customizable changelog generator ⛰️" -optional = false -python-versions = ">=3.7" -files = [ - {file = "git_cliff-1.4.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b1408332be882362ee611f365511518b44ebc8450f722321fd26162d81df6218"}, - {file = "git_cliff-1.4.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:89722c96e537ed02d8af85edae392ca01a1fb188bbde656f1af011eef5031428"}, - {file = "git_cliff-1.4.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b0aad535897a6a0249b4595b6cb6630cb56a9e04f44440cf8cb0a9f3598690df"}, - {file = "git_cliff-1.4.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3c3058975f35c5693ba72b944345c9f37943ec015dfc93c751fca866d948e44f"}, - {file = "git_cliff-1.4.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:631f703eae716365667a8c1d4b5e58198ad14d057286d489b7512651cfee24e7"}, - {file = "git_cliff-1.4.0-py3-none-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5f6634d0b7c62aab43465e5ce6c602c7f1e6d70c5812be7cd7e48ebca5b1b206"}, - {file = "git_cliff-1.4.0-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:20ced3617883593cb57b30695ddad1dcf12958db0bd7557065e336cebefa0ae4"}, - {file = "git_cliff-1.4.0-py3-none-win32.whl", hash = "sha256:23661916a0aa3fed96fec4b28efb85b57a7bc87f1c5c9747b59a96a99d9e31b7"}, - {file = "git_cliff-1.4.0-py3-none-win_amd64.whl", hash = "sha256:ad4bd16e99b960f30c4fb7c3f72e3baad380bc5a76e0b5f54273f9bf9d1d625a"}, - {file = "git_cliff-1.4.0.tar.gz", hash = "sha256:a15612135d058a56c55c973a235f870237af3478053dd6fb1923a376ccc529be"}, -] - [[package]] name = "identify" version = "2.5.35" @@ -2222,4 +2203,4 @@ resolved_reference = "517099337cf9c817b66a3ca5a756fbcb7fcd1fae" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "383245af038d448c1477e737a4acd44392bdb5fe968bfd8868822d94ffaf671b" +content-hash = "b635b1aae8d2461c9bf1b013f18552d14e80c7920b70825fa293de82f354ce8e" diff --git a/pyproject.toml b/pyproject.toml index 4471feb9..456a3e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ seria-library = {git = "https://github.com/seriaati/seria-library"} optional = true [tool.poetry.group.dev.dependencies] -git-cliff = "^1.4.0" ruff = "^0.1.8" pre-commit = "^3.6.0"