You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/02/19 23:33:54 UTC

[lucene-site] branch master updated: Upgrade Pelican and dependencies. (#45)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/master by this push:
     new cffef53  Upgrade Pelican and dependencies. (#45)
cffef53 is described below

commit cffef533adcebd3a936f8832017435174e2a0c87
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Sat Feb 20 00:33:46 2021 +0100

    Upgrade Pelican and dependencies. (#45)
    
    Fixes bug when running in live reload mode
---
 requirements.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 53ac09e..0f26cf2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,11 @@
-pelican==4.2.0
-Markdown>=3.1.1
-checksumdir>=1.0.5
+pelican==4.5.4
+Markdown>=3.3.3
+checksumdir>=1.2.0
 
 # Pelican plugins
-mdx-include==1.3.3
-beautifulsoup4>=4.8.1
+mdx-include==1.4.1
+beautifulsoup4>=4.9.3
 
 # Dev tools
-invoke>=1.3.0
-livereload>=2.6.1
+invoke>=1.5.0
+livereload>=2.6.3