mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update Jinja & Markdown dev dependency versions
This commit is contained in:
parent
fcfb39b8f2
commit
09c420f40c
2 changed files with 3 additions and 3 deletions
|
|
@ -44,9 +44,9 @@ markdown = {version = ">=3.1", optional = true}
|
|||
|
||||
[tool.poetry.dev-dependencies]
|
||||
BeautifulSoup4 = "^4.9"
|
||||
jinja2 = "~2.11"
|
||||
jinja2 = "~3.1.2"
|
||||
lxml = "^4.3"
|
||||
markdown = "~3.3.4"
|
||||
markdown = "~3.3.7"
|
||||
typogrify = "^2.0"
|
||||
sphinx = "^5.1"
|
||||
furo = "2022.06.21"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ pytest-cov
|
|||
pytest-xdist[psutil]
|
||||
|
||||
# Optional Packages
|
||||
Markdown==3.3.4
|
||||
Markdown==3.3.7
|
||||
BeautifulSoup4
|
||||
lxml
|
||||
typogrify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue