From 2442ea1ac01b37a7f597ca34d405b97f5cdec273 Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Fri, 13 Dec 2024 15:31:43 +0200 Subject: [PATCH] whatthepatch==1.0.6; py3.8 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3895c6fc6..d165d8089 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,8 @@ python-dateutil==2.9.0.post0 python-docx==1.1.2 python-pptx==1.0.2 PyYAML==6.0.2 -whatthepatch==1.0.7 +whatthepatch==1.0.6; python_version < '3.9' +whatthepatch==1.0.7; python_version >= '3.9' # Auxiliary # Tests and maintenance packages