diff --git a/pyproject.toml b/pyproject.toml index 54d810b..b2af285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pylint==3.0.2", "tox==4.11.4", "build==1.0.3", - "pdoc==14.1.0", + "pdoc==14.2.0", "notebook==7.0.6" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 5615e28..78eb363 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ coverage==7.3.2 pylint==3.0.2 tox==4.11.4 build==1.0.3 -pdoc==14.1.0 +pdoc==14.2.0 notebook==7.0.6 \ No newline at end of file