From a8a7efc06fae1ce8a4c586b92988d8cfe1899026 Mon Sep 17 00:00:00 2001 From: Freezed Date: Mon, 29 Nov 2021 01:20:28 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upqrade=20to=20Pelican=204?= =?UTF-8?q?.7=20&=20Python=203.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a24fed..0f94acb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.8-alpine +image: python:3.9-alpine publish: except: diff --git a/requirements.txt b/requirements.txt index 4d57ba8..04bf493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pelican==4.2.0 -Markdown==3.1.1 +pelican==4.7.1 +Markdown==3.3.6