diff --git a/pyproject.toml b/pyproject.toml index 4f2c2b4..bd84e6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pylint==2.17.5", "tox==4.11.3", "build==1.0.3", - "pdoc==14.0.0", + "pdoc==14.1.0", "notebook==7.0.3" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 95c7568..d38f9f1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ coverage==7.3.1 pylint==2.17.5 tox==4.11.3 build==1.0.3 -pdoc==14.0.0 +pdoc==14.1.0 notebook==7.0.3 \ No newline at end of file