diff --git a/requirements_dev.txt b/requirements_dev.txt index a4eaeab7..ce12713a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,4 +5,4 @@ numpy==2.2.2 pre-commit==4.0.1 pytest==8.3.4 pytest-cov==6.0.0 -tox==4.23.2 +tox==4.24.1 diff --git a/setup.cfg b/setup.cfg index 74b8e9c2..029a7356 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ testing = numpy==2.2.2 pytest==8.3.4 pytest-cov==6.0.0 - tox==4.23.2 + tox==4.24.1 [options.packages.find] where = src