diff --git a/pyproject.toml b/pyproject.toml index 9cf363e..5506eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ aiolimiter = "^1.0.0" orjson = "^3.8.3" pydantic = "^2.0.3" pytest = { version = "^8.0.0", optional = true } -pytest-asyncio = { version = "^0.23.5", optional = true } +pytest-asyncio = { version = "^0.24.0", optional = true } pytest-mock = { version = "^3.10.0", optional = true } toml = { version = "^0.10.2", optional = true } sphinx = { version = "^7.0.0", optional = true } @@ -51,7 +51,7 @@ python-socketio = { extras = ["asyncio_client"], version = "^5.7.2" } [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" -pytest-asyncio = "^0.23.5" +pytest-asyncio = "^0.24.0" pytest-mock = "^3.10.0" mypy = "^1.0" toml = "^0.10.2"