From 6a1213396891c70a96c54fe2da9965eb3623a180 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 22 Apr 2022 09:12:36 +0200
Subject: [PATCH] [fix] Broken CI: Bump Pelican to latest version

This updates jinja, and markupsafe, to avoid following error:
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 0b7fea7..c42615b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-pelican==4.5.4
+pelican==4.7.2
 Markdown==3.3.4
 beautifulsoup4==4.9.3
-- 
GitLab