From 6195e36f0433f56c5a25f229a615f35a13e4cdc4 Mon Sep 17 00:00:00 2001 From: sudoskys Date: Mon, 5 Aug 2024 22:27:13 +0800 Subject: [PATCH] :fire: refactor(core): remove unused emoji handling code --- pdm.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdm.lock b/pdm.lock index 5772d73..b3acdfa 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:7bcc74df2fb6437b6e521c5ccef7522affd8e74df6c7669f0f476bc24d77d580" +content_hash = "sha256:da5774572bb57a4ea86c2e0ffc586afece8608f976523e57d337104ce9eba353" [[package]] name = "aiohappyeyeballs" diff --git a/pyproject.toml b/pyproject.toml index 6977528..f9f9119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "keyring>=25.2.1", "aiohttp>=3.9.5", "emoji>=2.12.1", - "telegram-sticker-utils>=0.1.0", + "telegram-sticker-utils>=0.2.0", "setuptools>=70.3.0", ] requires-python = ">=3.9,<3.13"