From 24a334ea52b915bc732fcc6a863e5db1393a077a Mon Sep 17 00:00:00 2001 From: marc0olo Date: Thu, 2 Feb 2023 08:24:56 +0100 Subject: [PATCH] fix: use latest pygments version to generate docs --- .github/workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index a181433..c5b2fae 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -2,4 +2,4 @@ mkdocs==1.2.4 mkdocs-simple-hooks==0.1.5 mkdocs-material==7.3.6 mike==1.1.2 -pygments==2.12.0 \ No newline at end of file +pygments==2.14.0 \ No newline at end of file