From 1e6c1fb4357eba5d649e098227179399670ea507 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:53:03 +0000 Subject: [PATCH] Update dependency dev/pytest to v7.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6469789..3a3c857 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.3", "ruff ==0.0.287", ]