From 872c4dbd30fd0d891a850ae8685b73139c83bcbd Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 18 Feb 2021 15:16:36 +0100 Subject: [PATCH] Update Pygments dev dependency to v2.8 --- pyproject.toml | 2 +- requirements/test.pip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63fe09ba..5a1de530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ sphinx = "^3.0" sphinx_rtd_theme = "^0.5" livereload = "^2.6" psutil = {version = "^5.7", optional = true} -pygments = "~2.7.4" +pygments = "~2.8" pytest = "^6.0" pytest-cov = "^2.8" pytest-pythonpath = "^0.7.3" diff --git a/requirements/test.pip b/requirements/test.pip index 74c6bf9a..0ecfdc3c 100644 --- a/requirements/test.pip +++ b/requirements/test.pip @@ -1,5 +1,5 @@ # Tests -Pygments==2.7.4 +Pygments==2.8.0 pytest pytest-cov pytest-xdist[psutil]