diff --git a/pyproject.toml b/pyproject.toml index 1c9bf32..7422a33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,20 +15,20 @@ classifiers = [ ] dependencies = [ "babel==2.18.0", - "beautifulsoup4==4.14.3", - "cachebox==6.0.0", + "beautifulsoup4==4.15.0", + "cachebox==6.1.0", "numpy==2.4.6", - "numpydantic==1.8.1", + "numpydantic==1.9.1", "matplotlib==3.10.9", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.136.3", "fastapi_cli==0.0.24", - "rich-toolkit==0.20.0", + "rich-toolkit==0.20.1", "python-fasthtml==0.14.2", "MonsterUI==1.0.45", "markdown-it-py==4.2.0", "mdit-py-plugins==0.6.1", - "bokeh==3.9.0", + "bokeh==3.9.1", "uvicorn==0.49.0", "scipy==1.17.1", "tzfpy==1.3.1", @@ -45,7 +45,7 @@ dependencies = [ "pydantic-settings==2.14.1", "linkify-it-py==2.1.0", "loguru==0.7.3", - "lmdb==2.2.0", + "lmdb==2.2.1", ] [project.optional-dependencies]