CiviWiki / OpenCiviWiki

Building a Better Democracy for the Internet Age
https://civi.wiki
Other
587 stars 346 forks source link

Update django to 4.1.3 #1458

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates Django from 4.1.2 to 4.1.3.

Changelog ### 4.1.3 ``` ========================== *November 1, 2022* Django 4.1.3 fixes a bug in 4.1.2 and adds compatibility with Python 3.11. Bugfixes ======== * Fixed a bug in Django 4.1 that caused non-Python files created by ``startproject`` and ``startapp`` management commands from custom templates to be incorrectly formatted using the ``black`` command (:ticket:`34085`). ========================== ```
Links - PyPI: https://pypi.org/project/django - Changelog: https://pyup.io/changelogs/django/ - Homepage: https://www.djangoproject.com/
codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 57f03e93 and detected 0 issues on this pull request.

View more on Code Climate.