From 9ae103d5bfede9ccae719689c56500af5a42e7f1 Mon Sep 17 00:00:00 2001 From: mrmissx Date: Sat, 7 Oct 2023 12:57:19 +0700 Subject: [PATCH] chore: bump to v2.13.14 --- pyproject.toml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3178554d..4c258ed69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] name = "anjani" -version = "2.13.13" +version = "2.13.14" description = "Telegram group management bot" license = "GPL-3.0-or-later" authors = [ "Gaung Ramadhan ", - "Adek Maulana " + "Adek Maulana ", ] readme = "README.md" homepage = "https://userbotindo.com/anjani" @@ -33,11 +33,11 @@ anjani = "anjani.main:start" python = "~=3.9" aiohttp = "^3.8.4" aiopath = [ - {version = "^0.5.12", python = "<3.10"}, - {version = "^0.6.11", python = ">=3.10"}, + { version = "^0.5.12", python = "<3.10" }, + { version = "^0.6.11", python = ">=3.10" }, ] aiorun = ">=2022.11.1,<2024.0.0" -certifi = {version = ">=2022.12.7,<2024.0.0", platform = "windows"} +certifi = { version = ">=2022.12.7,<2024.0.0", platform = "windows" } colorlog = "^6.7.0" frozenlist = "^1.3.3" meval = "^2.5" @@ -48,7 +48,7 @@ python-dotenv = ">=0.21.1,<1.1.0" PyYAML = "^6.0" TgCrypto = "^1.2.5" typing-extensions = "^4.5.0" -uvloop = {version = "^0.17.0", optional = true, platform = "linux"} +uvloop = { version = "^0.17.0", optional = true, platform = "linux" } yarl = "^1.8.2" aiocache = "^0.12.0" @@ -86,35 +86,35 @@ known_third_party = [ "pymongo", "pyrogram", "scikit-learn", - "yaml" + "yaml", ] # # Pylint Config # [tool.pylint] - ignore = "anjani/util/db" +ignore = "anjani/util/db" - [tool.pylint.messages_control] - disable = [ - "attribute-defined-outside-init", - "too-few-public-methods", - "missing-class-docstring", - "logging-fstring-interpolation", - "missing-function-docstring" - ] +[tool.pylint.messages_control] +disable = [ + "attribute-defined-outside-init", + "too-few-public-methods", + "missing-class-docstring", + "logging-fstring-interpolation", + "missing-function-docstring", +] - [tool.pylint.reports] - output-format = "colorized" +[tool.pylint.reports] +output-format = "colorized" - [tool.pylint.logging] - logging-format-style = "new" +[tool.pylint.logging] +logging-format-style = "new" - [tool.pylint.format] - max-line-length = 100 +[tool.pylint.format] +max-line-length = 100 - [tool.pylint.design] - max-args = 15 +[tool.pylint.design] +max-args = 15 # Semantic Release Config [tool.semantic_release]