From 51ff596560d1fdff41d0ee420533413780654c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:23:50 +0000 Subject: [PATCH] Bump discord-py from 2.7.0 to 2.7.1 Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.7.0 to 2.7.1. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: discord-py dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ff9b4f..fc35d77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -309,14 +309,14 @@ files = [ [[package]] name = "discord-py" -version = "2.7.0" +version = "2.7.1" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "discord_py-2.7.0-py3-none-any.whl", hash = "sha256:6abe8392d8127213b02ef714be41f843dd053775500bb2e7c596abb77e802b9b"}, - {file = "discord_py-2.7.0.tar.gz", hash = "sha256:b40a36fd09232c958cef0640c7830f3cdc9b1d476e63355b91728576ac7dd1ba"}, + {file = "discord_py-2.7.1-py3-none-any.whl", hash = "sha256:849dca2c63b171146f3a7f3f8acc04248098e9e6203412ce3cf2745f284f7439"}, + {file = "discord_py-2.7.1.tar.gz", hash = "sha256:24d5e6a45535152e4b98148a9dd6b550d25dc2c9fb41b6d670319411641249da"}, ] [package.dependencies] @@ -328,7 +328,7 @@ dev = ["ruff (==0.12)", "typing_extensions (>=4.3,<5)"] docs = ["imghdr-lts (==1.0.0) ; python_version >= \"3.13\"", "sphinx (==4.4.0)", "sphinx-inline-tabs (==2023.4.21)", "sphinxcontrib-applehelp (==1.0.4)", "sphinxcontrib-devhelp (==1.0.2)", "sphinxcontrib-htmlhelp (==2.0.1)", "sphinxcontrib-jsmath (==1.0.1)", "sphinxcontrib-qthelp (==1.0.3)", "sphinxcontrib-serializinghtml (==1.1.5)", "sphinxcontrib-websupport (==1.2.4)", "sphinxcontrib_trio (==1.1.2)", "typing-extensions (>=4.3,<5)"] speed = ["Brotli", "aiodns (>=1.1) ; sys_platform != \"win32\"", "cchardet (==2.1.7) ; python_version < \"3.10\"", "orjson (>=3.5.4)", "zstandard (>=0.23.0) ; python_version <= \"3.13\""] test = ["coverage[toml]", "pytest", "pytest-asyncio", "pytest-cov", "pytest-mock", "typing-extensions (>=4.3,<5)", "tzdata ; sys_platform == \"win32\""] -voice = ["PyNaCl (>=1.5.0,<1.6)", "davey (==0.1.0)"] +voice = ["PyNaCl (>=1.5.0,<1.6)", "davey (>=0.1.0)"] [[package]] name = "fastapi"