diff --git a/pyproject.toml b/pyproject.toml index 9dfde00202..a3e494500f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev = [ ] test = [ "pytest~=9.1.1", - "pytest-asyncio~=1.3.0", + "pytest-asyncio~=1.4.0", ] [tool.setuptools_scm]