aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

Update ipdb to 0.10.3 #109

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of ipdb available. You are currently using 0.10.2. I have updated it to 0.10.3

These links might come in handy: PyPI | Changelog | Repo

Changelog

0.10.3


  • For users using python 2.6, do not install IPython >= 2.0.0. And for users using python 2.7, do not install IPython >= 6.0.0. [vphilippon]
  • Drop support for python 3.2. [vphilippon]
  • Command line usage consistent with pdb - Add argument commands [zvodd]

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov-io commented 7 years ago

Codecov Report

Merging #109 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   90.15%   90.15%           
=======================================
  Files          17       17           
  Lines        1676     1676           
  Branches      271      271           
=======================================
  Hits         1511     1511           
  Misses        142      142           
  Partials       23       23

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6522c88...179047a. Read the comment docs.