From afd9e9eff451066f6ca1fb2d4c2225916927f690 Mon Sep 17 00:00:00 2001 From: seria Date: Fri, 14 Jun 2024 12:14:48 +0900 Subject: [PATCH] chore(ver): Bump to v1.1.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 31d9c353..6bfe47f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,10 @@ license = "GPL-3.0" name = "hoyo-buddy" package-mode = false readme = "README.md" -version = "1.1.1" +version = "1.1.2" [tool.poetry.dependencies] +aiocache = "^0.12.2" aiofiles = "^23.2.1" ambr-py = "^1.7.7" asyncache = "^0.3.1" @@ -37,7 +38,6 @@ sentry-sdk = "^2.4.0" seria-library = {git = "https://github.com/seriaati/seria-library"} tortoise-orm = {extras = ["asyncpg"], version = "^0.21.0"} yatta-py = "^1.3.6" -aiocache = "^0.12.2" [tool.poetry.group.dev] optional = true