From e7b07b959670d691a6dfd588056006d3197f8aae Mon Sep 17 00:00:00 2001 From: egberts Date: Mon, 29 Jul 2024 11:01:46 -0500 Subject: [PATCH] Bump Pygments to 2.16.1 in test requirements; fixes #3385 --- requirements/test.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.pip b/requirements/test.pip index 8eb1029f..dbaa6476 100644 --- a/requirements/test.pip +++ b/requirements/test.pip @@ -1,5 +1,5 @@ # Tests -Pygments==2.14.0 +Pygments==2.16.1 pytest pytest-cov pytest-xdist[psutil]