Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Update dependency django-debug-toolbar to v2 #38

Open
wants to merge 2 commits into
base: develop
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 requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bandit==1.6.0
black==19.3b0
codecov==2.0.15
django-debug-toolbar==1.11
django-debug-toolbar==2.0
ipython==7.5.0
pip-tools==3.8.0
pytest==4.6.3
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ attrs==19.1.0 # via black, pytest
backcall==0.1.0 # via ipython
bandit==1.6.0
black==19.3b0
certifi==2019.3.9 # via requests
certifi==2019.6.16 # via requests
chardet==3.0.4 # via requests
click==7.0 # via black, pip-tools
codecov==2.0.15
coverage==4.5.3 # via codecov, pytest-cov
decorator==4.4.0 # via ipython, traitlets
django-configurations==2.1
django-debug-toolbar==1.11
django-debug-toolbar==2.0
django==2.2.2
gitdb2==2.0.5 # via gitpython
gitpython==2.1.11 # via bandit
Expand Down