From ce7af19d666e8f6baa514d52c2754b0269fe45c8 Mon Sep 17 00:00:00 2001 From: Jacob Dallas <10dallasj@gmail.com> Date: Fri, 9 Sep 2022 10:40:55 -0500 Subject: [PATCH] Update requirements.txt As of 2.12 Pygments requires different arguments to be passed in. To avoid refactoring a bunch of code, just set the latest version of Pygments that still supports your method. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 459d6d5..33b88cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ mistune -pygments +pygments==2.11