diff --git a/pyproject.toml b/pyproject.toml index 5444804..f624afd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ fastapi = ["fastapi>=0.51.0"] dev = ["plugbear[test]", "plugbear[lint]", "plugbear[fastapi]"] test = [ "pytest~=8.1", - "pytest-asyncio~=0.23", + "pytest-asyncio~=1.1", "httpx", # for fastapi.testclient ] lint = [