From 0010387b23cfd00c59217291199d43fd833e6c97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 04:59:39 +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",