New version of Django is available, including bug fixes and new features.
New Django versions are frequently released that apply bug fixes, security fixes, and data loss fixes.
If the Django version a project uses does not have the latest version then it will be more vulnerable to bugs and hacks, so it is advisable to upgrade Django to the latest version.
Django Doctor will run this check by default. No configuration is needed but the check can be turned on/off using check code django-minor-version
in your pyproject.toml file.