Upgrade Pelican to 4.11.0

This commit is contained in:
2024-09-17 23:58:25 +02:00
parent d233c3438f
commit e3e59e37f7
2 changed files with 18 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ license = "GPL"
[tool.poetry.dependencies]
python = "^3.10"
pelican = {version = "^4.10.2", extras = ["markdown"]}
pelican = {version = "^4.11.0", extras = ["markdown"]}
typogrify = "^2.0.7"
[tool.poetry.dev-dependencies]