Site is down after Pelican upgrade. From the error message, the
StackOvermind (https://stackoverflow.com/a/
57479744) suggests that the
Markdown library needs a bump, too. (Um, should I be doing anything
about all the other packages? I can see why people like even Pipenv,
if the alternative is a flat requirements.txt ...)
We also got a warning from nuPelican about %-formatting in one
setting.
FEED_DOMAIN = SITEURL
FEED_ALL_ATOM = 'feeds/all.atom.xml'
-CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
+CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
docutils==0.14
feedgenerator==1.9
html5lib==1.0.1
-Jinja2==2.11.1
-Markdown==2.6.9
+Jinja2==2.11.3
+Markdown==3.3.4
MarkupSafe==1.0
pelican==4.5.0
pkg-resources==0.0.0