From 743f4ef7d30033bee9c7104fbecea07e7423733a Mon Sep 17 00:00:00 2001 From: jonasbn Date: Thu, 7 Sep 2023 20:41:06 +0200 Subject: [PATCH] Bumped pyspelling to 2.9 and wcmatch to 2.5 (or higher) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8c1fdbd6..30966d95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ html5lib==1.1 lxml==4.9.2 Markdown==3.3.4 pymdown-extensions==10.0.1 -pyspelling==2.8.2 +pyspelling==2.9 PyYAML==5.4.1 six==1.16.0 soupsieve==2.2.1 -wcmatch==8.2 +wcmatch>=8.5 webencodings==0.5.1