From 7377b15d76b6b04e08321b53b7e837d7cc26c630 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:42:39 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"