From dfbec5d17543e2ed1225467b09e16a37280a731c Mon Sep 17 00:00:00 2001 From: Felix Walter Date: Fri, 27 Oct 2023 14:27:21 +0200 Subject: [PATCH] tools/analysis: Pin Python package versions See also: #145 This ensures that the analysis jobs will not break in the future. Signed-off-by: Felix Walter --- tools/analysis/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/analysis/requirements.txt b/tools/analysis/requirements.txt index 8144939..adbb11c 100644 --- a/tools/analysis/requirements.txt +++ b/tools/analysis/requirements.txt @@ -1,5 +1,5 @@ # flake8 is necessary for the Python stylecheck -flake8 +flake8==6.0.0 # gcovr is necessary for analyzing the coverage reports in CI -gcovr +gcovr==6.0