Skip to content

Commit 5d8c325

Browse files
committed
Security upgrade for Django CVE-2019-19844 (password reset form!)
1 parent 89f0602 commit 5d8c325

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/requirements/base.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Install with: `pip install -r requirements/base.txt`
22

33
# Infrastructure
4-
Django == 2.0.13
4+
Django == 2.2.9
55
Pillow == 6.2.1
66
psycopg2 == 2.8.4
77
python-memcached == 1.59
@@ -39,7 +39,7 @@ django-redis == 4.11.0
3939
django-singleton-admin == 0.0.4
4040
django-slug-preview == 1.0.4
4141
django-staff-toolbar == 1.2
42-
django-tag-parser == 3.1
42+
django-tag-parser == 3.2
4343
django-taggit == 1.2.0
4444
django-threadedcomments == 1.2
4545
django-tinymce == 2.8.0

src/requirements/base.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ django-redis==4.11.0
4040
django-singleton-admin==0.0.4
4141
django-slug-preview==1.0.4
4242
django-staff-toolbar==1.2
43-
django-tag-parser==3.1
43+
django-tag-parser==3.2
4444
django-taggit==1.2.0
4545
django-template-analyzer==1.6.1
4646
django-threadedcomments==1.2
4747
django-tinymce==2.8.0
4848
django-wysiwyg==0.8.0
49-
django==2.0.13
49+
django==2.2.9
5050
future==0.18.2 # via django-fluent-contents, django-fluent-dashboard, django-fluent-pages, django-polymorphic-tree
5151
html5lib==1.0.1
5252
idna==2.8 # via requests
@@ -79,6 +79,7 @@ six==1.13.0 # via django-appconf, django-contrib-comments, django-
7979
smartypants==2.0.1
8080
sorl-thumbnail==12.5.0
8181
soupsieve==1.9.5 # via beautifulsoup4
82+
sqlparse==0.3.0 # via django
8283
taggit-selectize==2.7.1
8384
termcolor==1.1.0 # via pytest-sugar
8485
urllib3==1.25.7 # via requests

0 commit comments

Comments
 (0)