mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update Pygments dev dependency to v2.8
This commit is contained in:
parent
cdec530572
commit
872c4dbd30
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue