From 311ca1d59d56762246c72eefe1046235c36eebb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:30:48 +0100 Subject: [PATCH] Bump pytest from 7.4.4 to 8.0.0 (#291) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 333d0847..53b4356a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ test = [ "codespell==2.2.6", "mypy==1.8.0", "ruff==0.2.1", - "pytest==7.4.4", + "pytest==8.0.0", "pytest-asyncio==0.23.5", "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0",