From bad518321dbe7513cd815041cf6b534ce315ede5 Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Mon, 29 Jan 2024 15:37:05 +0000 Subject: [PATCH] [Backport 1.4.latest] Pin `pytest` in `dev-requirements.txt` --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b161d7813b6..d163f85fcc2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,9 +11,9 @@ mypy==0.971 pip-tools pre-commit protobuf -pytest +pytest~=7.4 pytest-cov -pytest-csv +pytest-csv~=3.0 pytest-dotenv pytest-logbook pytest-mock