From f07d5586c75554a2b86c7a02ae2272bb7016fcd4 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Tue, 5 Mar 2024 07:21:17 +0100 Subject: [PATCH] Reverted back to pytest 8.0 since 8.1 was yanked Ref: https://github.com/pytest-dev/pytest/issues/12069 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dbc67b96..d9a8377d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ deepl = "^1.2.1" mypy = "~1.8" pre-commit = "~3.6" pylint = "~3.1" -pytest = "~8.1" +pytest = "~8.0" types-requests = "~2.31" [tool.mypy]