Skip to content

Commit

Permalink
Updated dependencies due to CVE-2018-16984
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Oct 24, 2018
1 parent 042a119 commit 3553d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demosite/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
zip_safe=False,
install_requires=[
'django-oscar-api',
'django>=1.11, <2.1',
'django-oscar>=1.5.1'
'django>=2.1.2, <2.2',
'django-oscar>=1.6.4'
],
)
5 changes: 2 additions & 3 deletions requirements_sphinx.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
django-oscar==1.5.3
django-oscar==1.6.4
djangorestframework>=3.7.0
django-nose
django-haystack>=2.7.0.dev
Django>=1.11,<2.0
Django>=2.1.2

0 comments on commit 3553d5a

Please sign in to comment.