incuna / django-pgcrypto-fields

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

Update setuptools to 65.6.2 #521

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates setuptools from 65.5.0 to 65.6.2.

Changelog ### 65.6.2 ``` ------- No significant changes. ``` ### 65.6.1 ``` ------- Documentation changes ^^^^^^^^^^^^^^^^^^^^^ * 3689: Documented that ``distutils.cfg`` might be ignored unless ``SETUPTOOLS_USE_DISTUTILS=stdlib``. Misc ^^^^ * 3678: Improve clib builds reproducibility by sorting sources -- by :user:`danigm` * 3684: Improved exception/traceback when invalid entry-points are specified. * 3690: Fixed logging errors: 'underlying buffer has been detached' (issue 1631). * 3693: Merge pypa/distutils3e9d47e with compatibility fix for distutils.log.Log. * 3695, 3697, 3698, 3699: Changed minor text details (spelling, spaces ...) * 3696: Removed unnecessary ``coding: utf-8`` annotations * 3704: Fixed temporary build directories interference with auto-discovery. ``` ### 65.6.0 ``` ------- Changes ^^^^^^^ * 3674: Sync with pypa/distutilse0787fa, including pypa/distutils183 updating distutils to use the Python logging framework. ``` ### 65.5.1 ``` ------- Misc ^^^^ * 3638: Drop a test dependency on the ``mock`` package, always use :external+python:py:mod:`unittest.mock` -- by :user:`hroncok` * 3659: Fixed REDoS vector in package_index. ```
Links - PyPI: https://pypi.org/project/setuptools - Changelog: https://pyup.io/changelogs/setuptools/ - Repo: https://github.com/pypa/setuptools
pyup-bot commented 1 year ago

Closing this in favor of #522