diff --git a/changes/2626.misc.rst b/changes/2626.misc.rst new file mode 100644 index 0000000000..d6d75e0cf9 --- /dev/null +++ b/changes/2626.misc.rst @@ -0,0 +1 @@ +Updated pytest from 8.2.1 to 8.2.2 in /core. diff --git a/core/pyproject.toml b/core/pyproject.toml index 3d09110f62..69070fe343 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -71,7 +71,7 @@ dev = [ # Pre-commit 3.6.0 deprecated support for Python 3.8 "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.7.1 ; python_version >= '3.9'", - "pytest == 8.2.1", + "pytest == 8.2.2", "pytest-asyncio == 0.23.7", "pytest-freezer == 0.4.8", "setuptools-scm == 8.1.0",