From a6aefbd59cd5fec881549dba0aed8c3f108dd765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:15:24 +0000 Subject: [PATCH] Bump py-cord from 2.8.0 to 2.8.1 Bumps [py-cord](https://github.com/Pycord-Development/pycord) from 2.8.0 to 2.8.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.8.0...v2.8.1) --- updated-dependencies: - dependency-name: py-cord dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fef6c55..85c7c91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -py-cord[speed]==2.8.0 # Discord API wrapper +py-cord[speed]==2.8.1 # Discord API wrapper psycopg[binary,pool]==3.3.4 # Postgres connector aiohttp[speedups]==3.14.3 # Async HTTP requests validators==0.35.0 # String sanitization and validation \ No newline at end of file