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]