From 5687883d4b813c2bb95baa1a9c8d2c7cecfa4160 Mon Sep 17 00:00:00 2001 From: Egbert <10352354+egberts@users.noreply.github.com> Date: Thu, 12 Sep 2024 07:21:12 -0500 Subject: [PATCH] Bump Pygments to 2.16.1 in test requirements; fixes #3385 (#3386) --- requirements/test.pip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/test.pip b/requirements/test.pip index 8eb1029f..a2c35d57 100644 --- a/requirements/test.pip +++ b/requirements/test.pip @@ -1,11 +1,11 @@ # Tests -Pygments==2.14.0 +Pygments>=2.16.1 pytest pytest-cov pytest-xdist[psutil] # Optional Packages -Markdown==3.5.1 +Markdown>=3.5.1 BeautifulSoup4 lxml typogrify