From 28d58ead264a428ff15e570a87e2b89f1b05b4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:55:57 +0200 Subject: [PATCH] Bump pytest from 8.2.0 to 8.2.1 (#712) 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 4c88f4d6..170ea4ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "pre-commit==3.7.1", "pre-commit-hooks==4.6.0", "pylint==3.2.2", - "pytest==8.2.0", + "pytest==8.2.1", "pytest-asyncio==0.23.7", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0",