summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-04-12 15:52:01 +0200
committerJustin Mayer <entroP@gmail.com>2020-04-12 17:02:06 +0200
commite2bbfcb0880988bdfc5985f059cbf6b7a1c85a1c (patch)
tree5ed94ae4fcd90f191639b02dfd4fa3bcb5a42f0e /pyproject.toml
parent212742a56f66bc6636961e0295391ad3285be159 (diff)
downloadpelican-e2bbfcb0880988bdfc5985f059cbf6b7a1c85a1c.tar.gz
Pin Pygments to 2.6.1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 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"