diff --git a/pyproject.toml b/pyproject.toml index cb15482ce1..d6dec03b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ lint = [ test-core = [ "coverage[toml]==7.6.0", "pytest==8.2.2", - "pytest-asyncio==0.23.7", + "pytest-asyncio==0.23.8", "dirty-equals==0.7.1.post0", "typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals ]