mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update Pygments and Markdown dependency versions
This commit is contained in:
parent
385d5bf75e
commit
a2852942ea
2 changed files with 4 additions and 4 deletions
|
|
@ -46,13 +46,13 @@ markdown = {version = ">=3.1", optional = true}
|
||||||
BeautifulSoup4 = "^4.9"
|
BeautifulSoup4 = "^4.9"
|
||||||
jinja2 = "~3.1.2"
|
jinja2 = "~3.1.2"
|
||||||
lxml = "^4.3"
|
lxml = "^4.3"
|
||||||
markdown = "~3.3.7"
|
markdown = "~3.4.3"
|
||||||
typogrify = "^2.0"
|
typogrify = "^2.0"
|
||||||
sphinx = "^5.1"
|
sphinx = "^5.1"
|
||||||
furo = "2022.12.07"
|
furo = "2022.12.07"
|
||||||
livereload = "^2.6"
|
livereload = "^2.6"
|
||||||
psutil = {version = "^5.7", optional = true}
|
psutil = {version = "^5.7", optional = true}
|
||||||
pygments = "~2.8"
|
pygments = "~2.14"
|
||||||
pytest = "^7.1"
|
pytest = "^7.1"
|
||||||
pytest-cov = "^3.0"
|
pytest-cov = "^3.0"
|
||||||
pytest-sugar = "^0.9.5"
|
pytest-sugar = "^0.9.5"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
# Tests
|
# Tests
|
||||||
Pygments==2.8.1
|
Pygments==2.14.0
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist[psutil]
|
pytest-xdist[psutil]
|
||||||
|
|
||||||
# Optional Packages
|
# Optional Packages
|
||||||
Markdown==3.3.7
|
Markdown==3.4.3
|
||||||
BeautifulSoup4
|
BeautifulSoup4
|
||||||
lxml
|
lxml
|
||||||
typogrify
|
typogrify
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue