From 8da6d6242d79db8514fc35efde203eb8bec88145 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 02:09:43 +0000 Subject: [PATCH] chore(deps): update dependency discord-py to v2.6.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd16b29..6af4c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = "==3.10.*" dependencies = [ "apnggif~=0.1.4", - "discord-py==2.5.2", + "discord-py==2.6.2", "fastapi==0.116.1", "line-bot-sdk==3.18.0", "pydantic~=2.11.7",