From 177405ecf4d248f8f8b49c93bc74e738f2f5931c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:00:44 +0000 Subject: [PATCH] build(deps): bump pytest from 8.2.2 to 8.3.1 (#283) Signed-off-by: dependabot[bot] 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 a32f30d28..46ae8b40f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "lxml==5.2.2", "numpy==2.0.0", "parse==1.20.2", - "pytest==8.2.2", + "pytest==8.3.1", "pytest-cov==5.0.0", "pytest-rerunfailures==14.0", ]