From 699d1f7ab85e809a94d157223bc2110282d2d07a Mon Sep 17 00:00:00 2001 From: Marco Walz <8124114+marc0olo@users.noreply.github.com> Date: Thu, 2 Feb 2023 08:32:54 +0100 Subject: [PATCH] fix: use latest pygments version to generate docs (#435) --- .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 bb2c31f..dcdee61 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -2,4 +2,4 @@ mkdocs==1.4.2 mkdocs-simple-hooks==0.1.5 mkdocs-material==9.0.9 mike==1.1.2 -pygments==2.12.0 \ No newline at end of file +pygments==2.14.0 \ No newline at end of file