From 8d20166c2c8a556f01e7a0ce8e7676bd094de05f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:54:06 +0000 Subject: [PATCH] chore(deps): update emoji requirement from >=2.0.0 to >=2.15.0 Updates the requirements on [emoji](https://github.com/carpedm20/emoji) to permit the latest version. - [Release notes](https://github.com/carpedm20/emoji/releases) - [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md) - [Commits](https://github.com/carpedm20/emoji/compare/v2.0.0...v2.15.0) --- updated-dependencies: - dependency-name: emoji dependency-version: 2.15.0 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 8ef0c0f1..5c50d63d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ disnake>=2.10.0 -emoji>=2.0.0 +emoji>=2.15.0 gitpython sqlalchemy>=2.0.0 psycopg2-binary