diff --git a/pyproject.toml b/pyproject.toml index fdc5700..d999a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ dev = [ "coverage==7.3.0", "pylint==2.17.5", - "tox==4.11.1", + "tox==4.11.2", "build==1.0.0", "pdoc==14.0.0", "notebook==7.0.3" diff --git a/requirements-dev.txt b/requirements-dev.txt index f38a88a..17f8438 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 +tox==4.11.2 build==1.0.0 pdoc==14.0.0 notebook==7.0.3 \ No newline at end of file