incuna / django-pgcrypto-fields

Transparent field level encryption for Django using the pgcrypto postgresql extension.
BSD 2-Clause "Simplified" License
231 stars 51 forks source link

Update pip to 21.0.1 #322

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates pip from 21.0 to 21.0.1.

Changelog ### 21.0.1 ``` =================== Bug Fixes --------- - commands: debug: Use packaging.version.parse to compare between versions. (`9461 <https://github.com/pypa/pip/issues/9461>`_) - New resolver: Download and prepare a distribution only at the last possible moment to avoid unnecessary network access when the same version is already installed locally. (`9516 <https://github.com/pypa/pip/issues/9516>`_) Vendored Libraries ------------------ - Upgrade packaging to 20.9 ```
Links - PyPI: https://pypi.org/project/pip - Changelog: https://pyup.io/changelogs/pip/ - Homepage: https://pip.pypa.io/
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1295


Totals Coverage Status
Change from base Build 1288: 0.0%
Covered Lines: 145
Relevant Lines: 145

💛 - Coveralls