From dfc0c0b956875ad5d34dcbd1f52001a7dcd793ed Mon Sep 17 00:00:00 2001 From: AJXD2 Date: Thu, 5 Dec 2024 21:00:11 -0500 Subject: [PATCH] Bump dependency versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4d01f1..85464c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ documentation = "https://github.com/ajxd2/helldive.py#readme" python = "^3.11" requests = "^2.32.3" fire = "^0.7.0" -rich = "^13.9.3" -pydantic = "^2.9.2" +rich = "^13.9.4" +pydantic = "^2.10.3" [tool.poetry.dev-dependencies] black = "^24.10.0" flake8 = "^7.1.1"