Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Bump django from 1.9.8 to 1.11.29 #56

Open
wants to merge 1 commit into
base: milestone/1.0
Choose a base branch
from
Open
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 django_react_chat_example_project/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ wheel==0.30.0


# Conservative Django
django==1.11.9 # pyup: <2.0
django==1.11.29 # pyup: <2.0

# Configuration
django-environ==0.4.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.9.8
Django==1.11.29
asgiref==1.1.2
asgi_redis==1.4.3
daphne==1.3.0
Expand Down