diff --git a/pyproject.toml b/pyproject.toml index 5fcd7c1..641b7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.9.5,<0.12.0"] +requires = ["uv_build>=0.11.7,<0.12.0"] build-backend = "uv_build" @@ -23,8 +23,8 @@ classifiers = [ "Topic :: Text Processing :: General", ] dependencies = [ - "docling>=2.70.0", - "pypdf>=6.9.2", + "docling>=2.89.0", + "pypdf>=6.10.2", ] @@ -133,10 +133,10 @@ exclude = ["tests/", "build/", "lib/"] [dependency-groups] dev = [ - "pytest>=9.0.2", - "pytest-cov>=7.0.0", + "pytest>=9.0.3", + "pytest-cov>=7.1.0", "pytest-mock>=3.15.1", - "mypy>=1.13.0", - "pre-commit>=4.0.0", - "ruff>=0.15.7 ,<0.16.0", + "mypy>=1.20.1", + "pre-commit>=4.5.1", + "ruff>=0.15.11,<0.16.0", ]