From 968e68ac16845ff8d606507db7ff5337ea65d000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:56:29 +0200 Subject: [PATCH] MAINT: Bump pytest from 8.2.2 to 8.3.1 (#51) 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 8f0b698..f313714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.2.2", + "pytest==8.3.1", "pytest-cov==5.0.0", ] doc = [