loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Update pip to 10.0.1 #49

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates pip from 10.0.0 to 10.0.1.

Changelog ### 10.0.1 ``` =================== Features -------- - Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/. (5214) Bug Fixes --------- - Fix a bug that made get-pip.py unusable on Windows without renaming. (5219) - Fix a TypeError when loading the cache on older versions of Python 2.7. (5231) - Fix and improve error message when EnvironmentError occurs during installation. (5237) - A crash when reinstalling from VCS requirements has been fixed. (5251) - Fix PEP 518 support when pip is installed in the user site. (5524) Vendored Libraries ------------------ - Upgrade distlib to 0.2.7 ```
Links - PyPI: https://pypi.org/project/pip - Changelog: https://pyup.io/changelogs/pip/ - Homepage: https://pip.pypa.io/
codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   95.56%   95.56%           
=======================================
  Files           4        4           
  Lines         632      632           
  Branches      152      152           
=======================================
  Hits          604      604           
  Misses         12       12           
  Partials       16       16

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 8aa910b...4955b07. Read the comment docs.