diff --git a/pyproject.toml b/pyproject.toml index ebb4762..17be4c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,12 +37,12 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "click == 8.2.1", + "click == 8.3.0", "httpx == 0.28.1", - "rich == 14.1.0", - "pydantic == 2.11.9", - "pydantic-extra-types == 2.10.5", - "pandas == 2.3.2", + "rich == 14.2.0", + "pydantic == 2.12.3", + "pydantic-extra-types == 2.10.6", + "pandas == 2.3.3", "plotly == 5.23.0", ]