From ee36a78f97407c2d2e75ff48f65201de1e04153f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:20:19 +0000 Subject: [PATCH] build(deps): bump py-cord from 2.6.1 to 2.7.1 Bumps [py-cord](https://github.com/Pycord-Development/pycord) from 2.6.1 to 2.7.1. - [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.6.1...v2.7.1) --- updated-dependencies: - dependency-name: py-cord dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d13132a..fa11018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "libgravatar==1.0.4", "mistletoe==1.5.1", "praw==7.8.1", - "py-cord==2.6.1", + "py-cord==2.7.1", "python-dotenv==1.2.1", "requests==2.32.5", "requests-oauthlib==2.0.0",