From 5ef1ea7675d3d7838537d671db3930d901ea4388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:21:40 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.3.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4809fb..caefc42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ flake8-bugbear = "24.10.31" hypothesis = ">= 6.56.2" isort = "5.13.2" pre-commit = "*" -pytest = "8.3.3" +pytest = "8.3.4" pytest-cov = "6.0.0" pytest-randomly = "3.16.0"