From 9c75222aefc3cddd571f13591b9c507c42e531dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:33:47 +0000 Subject: [PATCH] Update dependency dev/pytest to v7.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6469789..ff09629 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "black ==23.7.0", "mypy ==1.5.1", "nox ==2023.4.22", - "pytest ==7.4.0", + "pytest ==7.4.4", "ruff ==0.0.287", ]