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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6e1eb7941 Bump python package versions (#101)
6e1eb7941 is described below

commit 6e1eb79419448aba37a62abb0d0623d131fb93dd
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Jun 20 21:38:48 2024 +0200

    Bump python package versions (#101)
    
    * Do not trigger build for certain files
    * Remove unused mdx_include markdown extension
---
 .github/workflows/build-pelican.yml |  7 +++++++
 requirements.txt                    | 15 +++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index b5d534a1d..af20b12d6 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -3,6 +3,13 @@ name: Build Solr website with ASF Pelican action
 on:
   push:
     branches: [ "main", "production" ]
+    paths-ignore:
+      - 'README.md'
+      - 'LICENSE'
+      - 'build.sh'
+      - '.editorconfig'
+      - '.gitignore'
+      - '.gitattributes'
   workflow_dispatch:
 
 jobs:
diff --git a/requirements.txt b/requirements.txt
index a1ef6b666..1dcd2d739 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,17 +1,16 @@
-pelican~=4.5.4
-Markdown~=3.3.3
+pelican~=4.9.1
+Markdown~=3.4
 #checksumdir~=1.2.0
 
 # Pelican plugins
-#mdx-include~=1.4.1
-beautifulsoup4~=4.9.3
+beautifulsoup4~=4.12.3
 # Dependencies of the vex plugin
-#jsonschema~=4.17.3
-#jsonref~=1.0.1
+#jsonschema~=4.22.0
+#jsonref~=1.1.0
 
 # Dev tools
-invoke~=1.5.0
+invoke~=2.2.0
 livereload~=2.6.3
 
 # Patch for bug https://github.com/pallets/markupsafe/issues/284
-markupsafe~=2.0.1
+markupsafe~=2.1.5

Reply via email to