From ec791221ef720b682875cd54f8917c70cc857df9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:57:07 +0000 Subject: [PATCH] Update dependency pytest to ~=8.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fab7e28..a64a4b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dev = [ "ruff~=0.7.0", ] test = [ - "pytest~=7.4.4; python_version<'3.9'", + "pytest~=8.3.3; python_version<'3.9'", "pytest~=8.3.3; python_version>='3.9'", "pytest-asyncio~=0.21.2", "pytest-cov~=5.0.0; python_version<'3.9'",