From 432da3bfb555717b193a2b5d8507849de4c5ad40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 11:26:17 +0000 Subject: [PATCH] Update py-cord requirement from ~=2.7.1 to ~=2.6.1 Updates the requirements on [py-cord](https://github.com/Pycord-Development/pycord) to permit the latest version. - [Release notes](https://github.com/Pycord-Development/pycord/releases) - [Changelog](https://github.com/Pycord-Development/pycord/blob/master/CHANGELOG.md) - [Commits](https://github.com/Pycord-Development/pycord/compare/v2.7.1...v2.6.1) --- updated-dependencies: - dependency-name: py-cord dependency-version: 2.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e9b493..e86f3e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -py-cord[voice]~=2.7.1 +py-cord[voice]~=2.6.1 python-dotenv~=1.2.2 dataclasses-json~=0.6.7 aiohttp~=3.13.3