From a9b2e97e9e9f5bb55047e764409292a57cd73790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:21:01 +0000 Subject: [PATCH] Bump demoji from 1.1.0 to 2.0.0 Bumps [demoji](https://github.com/bsolomon1124/demoji) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/bsolomon1124/demoji/releases) - [Changelog](https://github.com/bsolomon1124/demoji/blob/master/CHANGELOG.md) - [Commits](https://github.com/bsolomon1124/demoji/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: demoji dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cda7fe..1dec037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ########## DEPENDENCIES ########## dependencies = [ - "demoji==1.1.0", + "demoji==2.0.0", "Django==5.2.14", "django-allauth[socialaccount]==65.16.1", "django-bootstrap5==26.2",