From 07d9cf52552f508ccd89850a10e6ab381054fb67 Mon Sep 17 00:00:00 2001 From: suman Date: Mon, 5 Apr 2021 10:06:44 +0800 Subject: [PATCH 1/2] update requirements --- REQUIREMENTS.txt | 4 ++-- qgis-app/REQUIREMENTS_plugins.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 16d720ed..17305602 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -8,7 +8,7 @@ git+https://github.com/elpaso/feedjack.git Markdown==2.3.1 #PIL==1.1.7 Pillow -Pygments==1.6 +Pygments==2.7.4 Whoosh==2.5.6 argparse==1.2.1 #cab==0.2.0 # Not used anymore..- @@ -36,7 +36,7 @@ django-taggit-templatetags==0.4.6dev0 django-templatetag-sugar==0.1 django-tinymce==1.5.2 feedparser==5.1.3 -lxml==4.6.2 +lxml==4.6.3 opml==0.5 psycopg2==2.5.1 python-ldap==2.4.19 diff --git a/qgis-app/REQUIREMENTS_plugins.txt b/qgis-app/REQUIREMENTS_plugins.txt index b3f9656b..c43ca63e 100644 --- a/qgis-app/REQUIREMENTS_plugins.txt +++ b/qgis-app/REQUIREMENTS_plugins.txt @@ -1,4 +1,4 @@ -django==2.2.13 +django==2.2.18 django-auth-ldap python-ldap django-taggit From b508bc91ab9810b4462f0d2cb410af1884d40034 Mon Sep 17 00:00:00 2001 From: Sumandari Date: Tue, 4 Jan 2022 15:02:32 +0800 Subject: [PATCH 2/2] updated requirements based on CVE --- REQUIREMENTS.txt | 6 +++--- dockerize/docker/REQUIREMENTS.txt | 4 ++-- qgis-app/REQUIREMENTS_plugins.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 73b14c26..145f4fdc 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -1,4 +1,4 @@ -Django==2.2.24 +Django==2.2.25 # Currently broken with 'no module named defaults' error #Feedjack==0.9.18 # So use George's fork rather @@ -34,9 +34,9 @@ django-taggit==0.14.0 django-taggit-autosuggest==0.2.7 django-taggit-templatetags==0.4.6dev0 django-templatetag-sugar==0.1 -django-tinymce==1.5.2 +django-tinymce==3.4.0 feedparser==5.1.3 -lxml==4.6.3 +lxml==4.6.5 opml==0.5 psycopg2==2.5.1 python-ldap==2.4.19 diff --git a/dockerize/docker/REQUIREMENTS.txt b/dockerize/docker/REQUIREMENTS.txt index c989818b..d1b5961a 100644 --- a/dockerize/docker/REQUIREMENTS.txt +++ b/dockerize/docker/REQUIREMENTS.txt @@ -1,8 +1,8 @@ -django==2.2.24 +django==2.2.25 django-auth-ldap python-ldap django-taggit -django-tinymce +django-tinymce==3.4.0 psycopg2 # Updates for Django 2 git+https://github.com/metamatik/django-templatetag-sugar.git diff --git a/qgis-app/REQUIREMENTS_plugins.txt b/qgis-app/REQUIREMENTS_plugins.txt index 1bd875b0..97734515 100644 --- a/qgis-app/REQUIREMENTS_plugins.txt +++ b/qgis-app/REQUIREMENTS_plugins.txt @@ -1,8 +1,8 @@ -django==2.2.24 +django==2.2.25 django-auth-ldap python-ldap django-taggit -django-tinymce +django-tinymce==3.4.0 psycopg2 # Updates for Django 2 git+https://github.com/metamatik/django-templatetag-sugar.git