diff --git a/pyproject.toml b/pyproject.toml index fe0ab89..9c79610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ aiolimiter = "^1.0.0" emojiflags = "^0.1.1" orjson = "^3.8.3" pydantic = "^2.0.3" -pytest = { version = "^7.2.0", optional = true } +pytest = { version = "^8.0.0", optional = true } pytest-asyncio = { version = "^0.23.0", optional = true } pytest-mock = { version = "^3.10.0", optional = true } toml = { version = "^0.10.2", optional = true } @@ -50,7 +50,7 @@ types-toml = { version = "^0.10.8.1", optional = true } pyjwt = "^2.6.0" [tool.poetry.group.dev.dependencies] -pytest = "^7.2.0" +pytest = "^8.0.0" pytest-asyncio = "^0.23.0" pytest-mock = "^3.10.0" mypy = "^1.0"