aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-06-01 12:50:21 +0100
committerGravatar Chris Lovering <[email protected]>2024-06-01 12:50:21 +0100
commit6e9b2726767fc0f6329697fdccb6c33009054bdc (patch)
tree01890a710d1ca3a07e305daa3f4e4d4839833b68 /pyproject.toml
parentExplicit member check to avoid webhook errors (diff)
Bump dependencies to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 86f769c..c0c998b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ python = "3.12.*"
# See https://bot-core.pythondiscord.com/ for docs.
pydis-core = "11.1.0"
-pydantic = "2.7.1"
+pydantic = "2.7.2"
pydantic-settings = "2.2.1"
loguru = "0.7.2"
kubernetes_asyncio = "29.0.0"
@@ -26,7 +26,7 @@ humanize = "4.9.0"
[tool.poetry.dev-dependencies]
pre-commit = "3.7.1"
-ruff = "0.4.5"
+ruff = "0.4.7"
taskipy = "1.12.2"
[tool.taskipy.tasks]