markhoerth / dremio_client

Apache License 2.0
31 stars 25 forks source link

Update pip to 20.2.3 #126

Closed pyup-bot closed 3 years ago

pyup-bot commented 4 years ago

This PR updates pip from 20.2.2 to 20.2.3.

Changelog ### 20.2.3 ``` =================== Deprecations and Removals ------------------------- - Deprecate support for Python 3.5 (`8181 <https://github.com/pypa/pip/issues/8181>`_) Features -------- - Make the ``setup.py install`` deprecation warning less noisy. We warn only when ``setup.py install`` succeeded and ``setup.py bdist_wheel`` failed, as situations where both fails are most probably irrelevant to this deprecation. (`8752 <https://github.com/pypa/pip/issues/8752>`_) ```
Links - PyPI: https://pypi.org/project/pip - Changelog: https://pyup.io/changelogs/pip/ - Homepage: https://pip.pypa.io/
codecov[bot] commented 4 years ago

Codecov Report

Merging #126 into master will increase coverage by 0.20%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
+ Coverage   52.60%   52.80%   +0.20%     
==========================================
  Files          24       24              
  Lines        1593     1585       -8     
==========================================
- Hits          838      837       -1     
+ Misses        755      748       -7     
Impacted Files Coverage Δ
dremio_client/dremio_simple_client.py 48.83% <0.00%> (-0.03%) :arrow_down:
dremio_client/model/endpoints.py 54.14% <0.00%> (+1.99%) :arrow_up:

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 1469491...bad2114. Read the comment docs.