diff --git a/pyproject.toml b/pyproject.toml index 1cc2620..5cfe435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,10 +21,10 @@ dependencies = [ "numpydantic==1.10.0", "matplotlib==3.11.0", "contourpy==1.3.3", - "fastapi[standard-no-fastapi-cloud-cli]==0.138.0", + "fastapi[standard-no-fastapi-cloud-cli]==0.138.2", "fastapi_cli==0.0.27", "rich-toolkit==0.20.1", - "python-fasthtml==0.14.3", + "python-fasthtml==0.14.4", "MonsterUI==1.0.46", "markdown-it-py==4.2.0", "mdit-py-plugins==0.6.1", @@ -82,7 +82,7 @@ dev = [ "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", "pytest-xprocess==1.0.2", - "coverage==7.14.2", + "coverage==7.14.3", ] [project.urls]