From 055cfafe3fc4bf64a2e3ad53ad3aada07c9374ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 06:28:58 +0000 Subject: [PATCH] chore(deps): update dependency discord.py to ~=2.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd6c515..4e65d94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ { name = "zztkm", email = "zztkm@tsurutatakumi.info" } ] dependencies = [ - "discord.py[voice]~=2.3.1", + "discord.py[voice]~=2.4.0", "gspread~=5.12.3", "requests~=2.31.0", "beautifulsoup4~=4.12.2",