diff --git a/pyproject.toml b/pyproject.toml index 839bc01..bba9140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pylint==3.2.2", "tox==4.11.4", "build==1.0.3", - "pdoc==14.4.0", + "pdoc==14.6.1", "notebook==7.1.3" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index c2a02e3..9627796 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ coverage==7.5.3 pylint==3.2.2 tox==4.11.4 build==1.0.3 -pdoc==14.4.0 +pdoc==14.6.1 notebook==7.1.3