From a7caa1d13f95c47d61d80614640fb9628032cc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:39:32 +0000 Subject: [PATCH] build(deps): bump py-cord from 2.5.0 to 2.6.0 Bumps [py-cord](https://github.com/Pycord-Development/pycord) from 2.5.0 to 2.6.0. - [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.5.0...v2.6.0) --- updated-dependencies: - dependency-name: py-cord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e8afd0..0922e58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ igdb-api-v4==0.3.2 libgravatar==1.0.4 mistletoe==1.3.0 praw==7.7.1 -py-cord==2.5.0 +py-cord==2.6.0 python-dotenv==1.0.1 requests==2.32.3