diff --git a/changes/2466.misc.rst b/changes/2466.misc.rst new file mode 100644 index 0000000000..6abcbe8941 --- /dev/null +++ b/changes/2466.misc.rst @@ -0,0 +1 @@ +Updated tox from 4.14.1 to 4.14.2 in /core. diff --git a/core/pyproject.toml b/core/pyproject.toml index 4ae6759bf7..bf4f7e531f 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "pytest-asyncio == 0.23.5.post1", "pytest-freezer == 0.4.8", "setuptools-scm == 8.0.4", - "tox == 4.14.1", + "tox == 4.14.2", # typing-extensions needed for TypeAlias added in Py 3.10 "typing-extensions == 4.9.0 ; python_version < '3.10'" ]