From d9e1799b18e429951fe2a4e3e71d4fd5c4c80ab7 Mon Sep 17 00:00:00 2001 From: baiqwerdvd <158065462+baiqwerdvd@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:28:12 +0800 Subject: [PATCH] bump starrail-damage-cal --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed88225..8b32d9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ dependencies = [ "aiofiles>=23.2.1", "aiohttp>=3.8.6", "qrcode[pil]>=7.4.2", - "starrail-damage-cal>=1.2.1", + "starrail-damage-cal>=1.9.3", ] requires-python = ">=3.8.1,<4.0" readme = "README.md"