From e2bbfcb0880988bdfc5985f059cbf6b7a1c85a1c Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 12 Apr 2020 15:52:01 +0200 Subject: [PATCH] Pin Pygments to 2.6.1 --- pyproject.toml | 2 +- requirements/test.pip | 1 + tox.ini | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf79a74e..b09ab021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ python = "^3.5" feedgenerator = "^1.9" jinja2 = "~2.10.1" -pygments = "^2.4" +pygments = "~2.6.1" pytz = "^2019.1" blinker = "^1.4" unidecode = "^1.1" diff --git a/requirements/test.pip b/requirements/test.pip index 25ab14ea..d9d91914 100644 --- a/requirements/test.pip +++ b/requirements/test.pip @@ -1,4 +1,5 @@ # Tests +Pygments==2.6.1 mock pytest==5.3.5 pytest-cov diff --git a/tox.ini b/tox.ini index cf8b150a..ed025c25 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,6 @@ passenv = * usedevelop=True deps = -rrequirements/test.pip - pygments==2.1.3 commands = {envpython} --version