From a9293efb4121f5ca2c9d797d81ff57739b80d466 Mon Sep 17 00:00:00 2001 From: sudoskys Date: Sun, 18 Aug 2024 21:06:04 +0800 Subject: [PATCH] :arrow_up: chore(dependencies): update telegram-sticker-utils to v0.2.8 --- pdm.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pdm.lock b/pdm.lock index 04c93e7..17623a8 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:889790d0ab2d47309aac925aa66511d6565539284379b2323c92748a6f602f4c" +content_hash = "sha256:392f396b90c5f71bfecf32b216a538001b6876e49aecef4506924e368c36c234" [[package]] name = "aiohappyeyeballs" diff --git a/pyproject.toml b/pyproject.toml index 1ba24f4..d5321e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tsticker" -version = "0.1.4" +version = "0.1.5" description = "Default template for PDM package" authors = [ { name = "sudoskys", email = "coldlando@hotmail.com" }, @@ -16,8 +16,8 @@ dependencies = [ "keyring>=25.2.1", "aiohttp>=3.9.5", "emoji>=2.12.1", - "telegram-sticker-utils>=0.2.7", "setuptools>=70.3.0", + "telegram-sticker-utils>=0.2.8", ] requires-python = ">=3.9,<3.13" readme = "README.md"