diff --git a/pyproject.toml b/pyproject.toml index 0b06ba2..c6d96b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,8 @@ aiohttp = "^3.8.3" aiolimiter = "^1.0.0" orjson = "^3.8.3" pydantic = "^2.0.3" -pytest = { version = "^7.2.0", optional = true } -pytest-asyncio = { version = "^0.23.0", optional = true } +pytest = { version = "^8.0.0", optional = true } +pytest-asyncio = { version = "^0.23.5", optional = true } pytest-mock = { version = "^3.10.0", optional = true } toml = { version = "^0.10.2", optional = true } sphinx = { version = "^7.0.0", optional = true } @@ -50,8 +50,8 @@ types-toml = { version = "^0.10.8.1", optional = true } python-socketio = { extras = ["asyncio-client"], version = "^5.7.2" } [tool.poetry.group.dev.dependencies] -pytest = "^7.2.0" -pytest-asyncio = "^0.23.0" +pytest = "^8.0.0" +pytest-asyncio = "^0.23.5" pytest-mock = "^3.10.0" mypy = "^1.0" toml = "^0.10.2"