Update Pygments dev dependency to v2.8

This commit is contained in:
Justin Mayer 2021-02-18 15:16:36 +01:00
commit 872c4dbd30
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ sphinx = "^3.0"
sphinx_rtd_theme = "^0.5" sphinx_rtd_theme = "^0.5"
livereload = "^2.6" livereload = "^2.6"
psutil = {version = "^5.7", optional = true} psutil = {version = "^5.7", optional = true}
pygments = "~2.7.4" pygments = "~2.8"
pytest = "^6.0" pytest = "^6.0"
pytest-cov = "^2.8" pytest-cov = "^2.8"
pytest-pythonpath = "^0.7.3" pytest-pythonpath = "^0.7.3"

View file

@ -1,5 +1,5 @@
# Tests # Tests
Pygments==2.7.4 Pygments==2.8.0
pytest pytest
pytest-cov pytest-cov
pytest-xdist[psutil] pytest-xdist[psutil]