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

Update dependency ipython to v7.6.0 #39

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 @@ -3,7 +3,7 @@ bandit==1.6.0
black==19.3b0
codecov==2.0.15
django-debug-toolbar==1.11
ipython==7.5.0
ipython==7.6.0
pip-tools==3.8.0
pytest==4.6.3
pytest-cov==2.7.1
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
Expand All @@ -25,12 +25,12 @@ gunicorn==19.9.0
idna==2.8 # via requests
importlib-metadata==0.18 # via pluggy, pytest
ipython-genutils==0.2.0 # via traitlets
ipython==7.5.0
jedi==0.13.3 # via ipython
more-itertools==7.0.0 # via pytest
ipython==7.6.0
jedi==0.14.0 # via ipython
more-itertools==7.1.0 # via pytest
packaging==19.0 # via pytest
parso==0.4.0 # via jedi
pbr==5.3.0 # via stevedore
parso==0.5.0 # via jedi
pbr==5.3.1 # via stevedore
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pip-tools==3.8.0
Expand Down