aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4a05675..28970e5 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.1"
-pydantic = {extras = ["dotenv"], version = "1.10.5"}
+pydantic = {extras = ["dotenv"], version = "1.10.7"}
loguru = "0.6.0"
kubernetes_asyncio = "24.2.2"
tabulate = {extras = ["widechars"], version = "0.9.0"}