From af79f69160c58c76708f4a5dc8fd1251399dcaa8 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Sun, 5 May 2024 14:46:11 -0400 Subject: [PATCH] Upgrade Pygments --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1ef7278c4..aa406d02b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest >= 7 # documentation -Pygments @ git+https://github.com/Kodiologist/pygments@hylex +Pygments >= 2.18.0 Sphinx == 5.0.2 git+https://github.com/hylang/sphinxcontrib-hydomain.git