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 setuptools to 53.1.0 #326

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates setuptools from 53.0.0 to 53.1.0.

Changelog ### 53.1.0 ``` ------- Changes ^^^^^^^ * 1937: Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:`melissa-kun-li` * 2573: Fixed error in uploading a Sphinx doc with the :code:`upload_docs` command. An html builder will be used. Note: :code:`upload_docs` is deprecated for PyPi, but is supported for other sites -- by :user:`melissa-kun-li` ```
Links - PyPI: https://pypi.org/project/setuptools - Changelog: https://pyup.io/changelogs/setuptools/ - Repo: https://github.com/pypa/setuptools
coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1304


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

💛 - Coveralls
pyup-bot commented 3 years ago

Closing this in favor of #327