aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2023-02-08 23:54:57 +0400
committerGravatar GitHub <[email protected]>2023-02-08 23:54:57 +0400
commit714faedc3883635f3951ddbee26dcac37ece02df (patch)
tree64e39324f52b85b44adfaa4589981a8bd56b7d47 /pyproject.toml
parentMerge pull request #30 from Xithrius/patch-1 (diff)
parentBump dependancies (diff)
Merge pull request #37 from python-discord/rule-refresh-command
Rule refresh command
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml17
1 files changed, 8 insertions, 9 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 166c79e..d7a1df9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,23 +11,22 @@ python = "3.10.*"
# See https://bot-core.pythondiscord.com/ for docs.
bot-core = { url = "https://github.com/python-discord/bot-core/archive/refs/tags/v8.2.0.zip" }
-pydantic = {extras = ["dotenv"], version = "1.9.2"}
+pydantic = {extras = ["dotenv"], version = "1.10.4"}
loguru = "0.6.0"
kubernetes_asyncio = "24.2.2"
-tabulate = {extras = ["widechars"], version = "0.8.10"}
+tabulate = {extras = ["widechars"], version = "0.9.0"}
jishaku = "2.5.1"
[tool.poetry.dev-dependencies]
-flake8 = "5.0.4"
+flake8 = "6.0.0"
flake8-annotations = "2.9.1"
-# flake8-bandit is broken at the moment with flake8 v5: https://github.com/tylerwince/flake8-bandit/pull/35
-# flake8-bandit = "3.0.0"
+flake8-bandit = "4.1.1"
flake8-docstrings = "1.6.0"
-flake8-isort = "4.2.0"
+flake8-isort = "6.0.0"
-black = "22.6.0"
-taskipy = "1.10.2"
-isort = "5.10.1"
+black = "22.12.0"
+taskipy = "1.10.3"
+isort = "5.11.4"
[tool.taskipy.tasks]