aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b287696..4b552b2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ python = "3.10.*"
# See https://bot-core.pythondiscord.com/ for docs.
pydis-core = "9.5.0"
-pydantic = {extras = ["dotenv"], version = "1.10.4"}
+pydantic = {extras = ["dotenv"], version = "1.10.5"}
loguru = "0.6.0"
kubernetes_asyncio = "24.2.2"
tabulate = {extras = ["widechars"], version = "0.9.0"}
@@ -19,14 +19,14 @@ jishaku = "2.5.1"
[tool.poetry.dev-dependencies]
flake8 = "6.0.0"
-flake8-annotations = "2.9.1"
+flake8-annotations = "3.0.0"
flake8-bandit = "4.1.1"
-flake8-docstrings = "1.6.0"
+flake8-docstrings = "1.7.0"
flake8-isort = "6.0.0"
-black = "22.12.0"
+black = "23.1.0"
taskipy = "1.10.3"
-isort = "5.11.4"
+isort = "5.12.0"
[tool.taskipy.tasks]