diff --git a/pyproject.toml b/pyproject.toml index ff24ea4..e22e17e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ dev = [ "coverage==7.3.2", "pylint==3.0.2", - "tox==4.11.3", + "tox==4.11.4", "build==1.0.3", "pdoc==14.1.0", "notebook==7.0.6" diff --git a/requirements-dev.txt b/requirements-dev.txt index cf47391..5615e28 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ coverage==7.3.2 pylint==3.0.2 -tox==4.11.3 +tox==4.11.4 build==1.0.3 pdoc==14.1.0 notebook==7.0.6 \ No newline at end of file