From fcb442f2f06e99827f736433d3d02a907d70cbf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 15:17:50 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v7.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3e04f2..093423a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requires-python = ">=3.8" [project.optional-dependencies] dev = [ - "pytest==7.2.2", + "pytest==7.3.1", "pytest-cov==4.0.0", "pytest-check==2.1.4", "coverage[toml]==7.2.1",