Skip to content

Commit 007f921

Browse files
Fix #96: Update packages to fix security vulnerability issues(#104)
2 parents 6e15d3a + 1f68bf4 commit 007f921

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Django==1.11.1
1+
Django==1.11.20
22
psycopg2==2.7.4
33
Pillow==4.1.1
44
python-memcached==1.58
5-
djangorestframework==3.6.3
5+
djangorestframework==3.9.1
66
django-cors-headers==2.1.0
77
django-suit==0.2.25

requirements/prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ django-storages==1.5.2
77
datadog==0.16.0
88
django-otto-admin==0.1.2
99
django-pipeline==1.6.13
10-
pyOpenSSL==17.2.0
10+
pyOpenSSL==17.5.0

0 commit comments

Comments
 (0)