diff --git a/pyproject.toml b/pyproject.toml index fdc5700..e8b73c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "coverage==7.3.0", "pylint==2.17.5", "tox==4.11.1", - "build==1.0.0", + "build==1.0.3", "pdoc==14.0.0", "notebook==7.0.3" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index f38a88a..ee2b508 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ coverage==7.3.0 pylint==2.17.5 tox==4.11.1 -build==1.0.0 +build==1.0.3 pdoc==14.0.0 notebook==7.0.3 \ No newline at end of file