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:30:38 UTC

[lucene-site] branch Upgrade_Pelican_anddeps created (now 45e02d1)

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

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


      at 45e02d1  Upgrade Pelican and dependencies. Fixes bug when running in live reload mode

This branch includes the following new commits:

     new 45e02d1  Upgrade Pelican and dependencies. Fixes bug when running in live reload mode

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[lucene-site] 01/01: Upgrade Pelican and dependencies. Fixes bug when running in live reload mode

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 45e02d1ef1cba10377d8147cef3f4c8d042e60f0
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Sat Feb 20 00:30:24 2021 +0100

    Upgrade Pelican and dependencies.
    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