From 913e0c50ba7252d2948a4cce8fa2aad41c7390d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 03:12:41 +0000 Subject: [PATCH] Bump py-cord from 2.3.2 to 2.4.0 Bumps [py-cord](https://github.com/Pycord-Development/pycord) from 2.3.2 to 2.4.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.3.2...v2.4.0) --- updated-dependencies: - dependency-name: py-cord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cac4533..642bd09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "Pillow==9.3.0", -"py-cord==2.3.2", +"py-cord==2.4.0", "python-dotenv==0.21.0", "requests==2.28.1", "transformers==4.25.1", diff --git a/requirements.txt b/requirements.txt index 86e837c..b6a0181 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Pillow==9.3.0 -py-cord==2.3.2 +py-cord==2.4.0 python-dotenv==0.21.0 requests==2.28.1 transformers==4.25.1 diff --git a/requirements_base.txt b/requirements_base.txt index 7cf8040..755f7c1 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -1,5 +1,5 @@ Pillow==9.3.0 -py-cord==2.3.2 +py-cord==2.4.0 python-dotenv==0.21.0 requests==2.28.1 transformers==4.25.1