diff --git a/pyproject.toml b/pyproject.toml index 661c0d8..7a701bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ dev = [ "coverage==7.4.3", "pylint==3.1.0", - "tox==4.11.4", + "tox==4.13.0", "build==1.0.3", "pdoc==14.4.0", "notebook==7.0.6" diff --git a/requirements-dev.txt b/requirements-dev.txt index 62c0722..0bc97a7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ coverage==7.4.3 pylint==3.1.0 -tox==4.11.4 +tox==4.13.0 build==1.0.3 pdoc==14.4.0 notebook==7.0.6 \ No newline at end of file