From fcaac0ade0e15e7eabebebb9628a4c2e3c2dcfe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:05:35 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v7.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c94c69f2..1c9a6af2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,7 +166,7 @@ dependencies = [ "mkdocstrings==0.23.0", "mkdocstrings[python]", "mypy==1.10.0", - "pytest==7.4.3", + "pytest==7.4.4", "pytest-asyncio==0.21.1", "pytest-cov==4.1.0", "ruff==0.1.6",