diff --git a/changes/2138.misc.rst b/changes/2138.misc.rst new file mode 100644 index 000000000..a71940b24 --- /dev/null +++ b/changes/2138.misc.rst @@ -0,0 +1 @@ +Updated tox from 4.23.2 to 4.24.1. diff --git a/pyproject.toml b/pyproject.toml index 7f056d80c..5a8d2c12e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ dev = [ "pytest == 8.3.4", "pytest-xdist == 3.6.1", "setuptools_scm == 8.1.0", - "tox == 4.23.2", + "tox == 4.24.1", ] # Docs are always built on a specific Python version; see RTD and tox config files, # and the docs contribution guide.