From f998037b4cdfb82d658fa7a63a0b87c9bdf792cb Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 8 Mar 2021 19:27:44 -0800 Subject: [PATCH] also bump Markdown, Jinja2; setting format 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. --- publishconf.py | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/publishconf.py b/publishconf.py index 738f1f3..c200297 100644 --- a/publishconf.py +++ b/publishconf.py @@ -16,7 +16,7 @@ RELATIVE_URLS = True 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 diff --git a/requirements.txt b/requirements.txt index a02a874..35d7206 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ blinker==1.4 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 -- 2.17.1