Skip to content

Commit

Permalink
Merge #177
Browse files Browse the repository at this point in the history
177: Update pip to 20.2.3 r=duckinator a=pyup-bot


This PR updates [pip](https://pypi.org/project/pip) from **20.2.2** to **20.2.3**.



<details>
  <summary>Changelog</summary>
  
  
   ### 20.2.3
   ```
   ===================

Deprecations and Removals
-------------------------

- Deprecate support for Python 3.5 (`8181 &lt;https://github.com/pypa/pip/issues/8181&gt;`_)

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 &lt;https://github.com/pypa/pip/issues/8752&gt;`_)
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/pip
  - Changelog: https://pyup.io/changelogs/pip/
  - Homepage: https://pip.pypa.io/
</details>



Co-authored-by: pyup-bot <[email protected]>
  • Loading branch information
bors[bot] and pyup-bot authored Sep 13, 2020
2 parents da72257 + 2603127 commit 83d0f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python_requires = >=3.5
# FIXME: This name seems wrong, but I can't think of a better one atm.
build =
bork==5.0.0
pip==20.2.2
pip==20.2.3
setuptools==50.3.0
wheel==0.35.1

Expand Down

0 comments on commit 83d0f0b

Please sign in to comment.