From 0f230b942318881702ff6dc498c0344375727ed8 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:13:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f4156c..6e1e1d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] -pytest = "^7.0" +pytest = "^8.0.0" pytest-cov = "^4.1" pytest-asyncio = "^0.23.0" pytest-mock = "^3.11.1"