diff --git a/changes/2790.misc.rst b/changes/2790.misc.rst new file mode 100644 index 0000000000..8ea19fa113 --- /dev/null +++ b/changes/2790.misc.rst @@ -0,0 +1 @@ +Updated pytest-asyncio from 0.23.8 to 0.24.0 in /core. diff --git a/core/pyproject.toml b/core/pyproject.toml index 0d84f83de1..aafe50476a 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -73,7 +73,7 @@ dev = [ "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.8.0 ; python_version >= '3.9'", "pytest == 8.3.2", - "pytest-asyncio == 0.23.8", + "pytest-asyncio == 0.24.0", "pytest-freezer == 0.4.8", "setuptools-scm == 8.1.0", "tox == 4.18.0",