From 6ca011475f4ebfcb247a326067092b320d4e1349 Mon Sep 17 00:00:00 2001 From: ishkong <19740260+ishkong@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20starrail=5Fdamag?= =?UTF-8?q?e=5Fcal=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9cfd57e..6c43ac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,12 +115,12 @@ dependencies = [ "msgspec>=0.18.6", "httpx>=0.27.2", "pillow>=10.4.0", - "starrail-damage-cal>=3.0.1", + "starrail-damage-cal>=3.0.2", ] requires-python = ">=3.8.1,<4.0" readme = "README.md" license = { text = "GPL-3.0-or-later" } -gscore_auto_update_dep = ["starrail-damage-cal>=3.0.1"] +gscore_auto_update_dep = ["starrail-damage-cal>=3.0.2"] [tool.pdm.dev-dependencies]