Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Bump django from 1.4.22 to 1.11.28 #36

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django >= 1.4, < 1.5
Django >= 1.4, < 1.12
pika
django_nose==1.4.1
nosexcover
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2019.11.28 # via requests
chardet==3.0.4 # via requests
colorama==0.4.3 # via rednose
coverage==5.0.2 # via nosexcover
django==1.4.22
django==1.11.28
django_nose==1.4.1
dogstatsd-python==0.2.1
gunicorn==0.17.4
Expand All @@ -22,6 +22,7 @@ nosexcover==1.0.11
numpy==1.6.2
path.py==10.0
pika==1.1.0
pytz==2019.3 # via django
rednose==1.3.0
requests==2.22.0
south==1.0.2
Expand Down