From 4a909a2784cbfd0635042ab82a2f3750e11f1441 Mon Sep 17 00:00:00 2001 From: TrisCC Date: Wed, 3 Apr 2024 11:26:25 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cab5000..40b4dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "black", "isort", "tox", - "pytest", + "pytest==7.3.2", "pre-commit", "flake8", "mypy",