Skip to content

Update python dependencies#156

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python
Open

Update python dependencies#156
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 11, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
crispy-bootstrap5 (changelog) <2025.0,>=2024.2<2026.4,>=2026.3 age confidence
django (changelog) <6.0,>=5.1<6.1,>=6.0.4 age confidence
django-autocomplete-light (source) <4.0.0,>=3.11.0<4.0.0,>=3.12.1 age confidence
django-bootstrap-datepicker-plus <6.0.0,>=5.0.5<6.0.1,>=6.0.0 age confidence
django-extensions (changelog) ==3.2.3==4.1 age confidence
django-filter (changelog) ==24.3==25.2 age confidence
django-stubs-ext (changelog) <6.0.0,>=5.1.2<6.0.4,>=6.0.3 age confidence
mozilla-django-oidc (changelog) ==4.0.1==5.0.2 age confidence
python-dotenv <2.0.0,>=1.0.1<2.0.0,>=1.2.2 age confidence
python-keycloak (changelog) <6.0.0,>=5.1.1<7.1.2,>=7.1.1 age confidence
pyyaml (source) <7.0.0,>=6.0.2<7.0.0,>=6.0.3 age confidence
ruff (source, changelog) <1.0.0,>=0.9.3<1.0.0,>=0.15.11 age confidence
sentry-sdk (changelog) <3.0.0,>=2.20.0<3.0.0,>=2.58.0 age confidence
uvicorn (changelog) ==0.29==0.45.0 age confidence
whitenoise (changelog) >=6.9.0>=6.12.0 age confidence

Release Notes

django-crispy-forms/crispy-bootstrap5 (crispy-bootstrap5)

v2026.3

Compare Source

  • Confirmed support for Django 6.0.
  • Dropped support for Django 4.2, 5.0 and 5.1.
  • Added support for Python 3.14.
  • Dropped support for Python 3.8 and 3.9.

v2025.6

Compare Source

  • <legend> elements now have fs-6 class so they are the same font size as <labels>.

v2025.4

Compare Source

  • Added Python 3.13 support.
  • Added support for Django 5.2. This required the following template changes:
    • Added aria-describedby to <fieldset> elements.
    • Added a parent <div> for errors to allow them to be referenced by aria-describedby. This means error messages can now be read by screen reader users.
django/django (django)

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0

Compare Source

v5.2.13

Compare Source

v5.2.12

Compare Source

v5.2.11

Compare Source

v5.2.10

Compare Source

v5.2.9

Compare Source

v5.2.8

Compare Source

v5.2.7

Compare Source

v5.2.6

Compare Source

monim67/django-bootstrap-datepicker-plus (django-bootstrap-datepicker-plus)

v6.0.0

Compare Source

Add support for django 6 & python 3.14

  • Drop python<3.10 support
  • Drop pydantic v1 support
  • Drop support for deprecated start_of/end_of
  • And bugfixes

Full Changelog: monim67/django-bootstrap-datepicker-plus@5.0.6...6.0.0

v5.0.6

Compare Source

django-extensions/django-extensions (django-extensions)

v4.1

Compare Source

Changes:

  • Add: show_permissions command (#​1920)
  • Improvement: graph_models, style per app (#​1848)
  • Fix: JSONField, bulk_update's (#​1924)

v4.0

Compare Source

Changes:

  • Improvement: Support for Python 3.12 and 3.13
  • Improvement: Support for Django 5.x
  • Improvement: Switch from setup.{cfg,py} to pyproject.toml
  • Improvement: graph_models, Add option to display field choices in graph_models (#​1854)
  • Improvement: graph_models, Add webp support (#​1857)
  • Improvement: graph_models, Support for ordering edges on pydot/dot/graphviz (#​1914)
  • Improvement: mail_debug, Update mail_debug command to use aiosmtpd (#​1880)
  • Improvement: shell_plus, Improve error message for missing import (#​1898)
  • Improvement: reset_db, Add reset_db support for django_tenants (#​1855)
  • Improvement: docs, various improvements (#​1852, #​1888, #​1882, #​1901, #​1912, #​1913)
  • Improvement: jobs, Handle non-package modules when looking for job definitions (#​1887)
  • Improvement: Add django-prometheus DB backends support (#​1800)
  • Improvement: Call post_command when the command raises an unhandled exception (#​1837)
  • Fix: sqldiff, do not consider ('serial', 'integer') nor ('bigserial', 'bigint') as a field-type-differ (#​1867)
  • Fix: shell_plus, Fix start up order and add history (#​1869)
  • Remove pipchecker and associated tests (#​1906)
  • Following Django's release numbering style more closely (see https://docs.djangoproject.com/en/5.2/internals/release-process/ )
carltongibson/django-filter (django-filter)

v25.2

Compare Source

  • Added testing for Django 6.0.

  • Dropped support for Django <5.2 LTS

  • Dropped support for Python 3.9.

v25.1

Compare Source

  • Removed the in-built API schema generation methods, which have been
    deprecated since v23.2.

    You should use drf-spectacular <https://drf-spectacular.readthedocs.io/en/latest/>_
    for generating OpenAPI schemas with DRF.

  • Dropped support for EOL Python 3.8.

  • Added testing against Python 3.13.

  • Added official support for Django 5.2.

typeddjango/django-stubs (django-stubs-ext)

v6.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: typeddjango/django-stubs@6.0.2...6.0.3

v6.0.2

Compare Source

What's Changed

We now officially support mypy@1.20.
Since this release we run ty over our test cases.

New Contributors

Full Changelog: typeddjango/django-stubs@6.0.1...6.0.2

v6.0.1

Compare Source

What's Changed

Full Changelog: typeddjango/django-stubs@6.0.0...6.0.1

v6.0.0

Compare Source

This version add stubs coverage to all known Django 6.0 functionality. If you find anything missing, please open an issue.

Besides Django 6.0 updates, there is an even larger number of other improvements.

Many thanks to everyone who helped out, the amount of contributions has been amazing!

⚠️ Known issues

There is a crash bug in the mypy plugin, when checking code that uses QuerySet.order_by() with abstract models. Please follow #​3184

Django 6.0 stubs updates

Other stubs improvements

Plugin updates

Housekeeping

New Contributors

@renovate renovate Bot force-pushed the renovate/python branch 4 times, most recently from 7d2e265 to 02086d8 Compare August 19, 2025 21:50
@renovate renovate Bot force-pushed the renovate/python branch 3 times, most recently from c9f974d to 67fd43c Compare August 28, 2025 20:11
@renovate renovate Bot force-pushed the renovate/python branch 6 times, most recently from bde090f to da97b46 Compare September 9, 2025 14:36
@renovate renovate Bot force-pushed the renovate/python branch 3 times, most recently from 875b7c6 to 8535b5a Compare September 15, 2025 18:53
@renovate renovate Bot force-pushed the renovate/python branch 6 times, most recently from 46b23df to 08faeb5 Compare September 23, 2025 18:24
@renovate renovate Bot force-pushed the renovate/python branch 4 times, most recently from d6b75b3 to d558104 Compare October 1, 2025 21:15
@renovate renovate Bot force-pushed the renovate/python branch 4 times, most recently from 9be763b to 0c33a8c Compare October 5, 2025 13:34
@renovate renovate Bot force-pushed the renovate/python branch 2 times, most recently from 3091b70 to ad15302 Compare October 31, 2025 04:51
@renovate renovate Bot force-pushed the renovate/python branch 3 times, most recently from 05c6be1 to 80bdc63 Compare November 11, 2025 10:02
@renovate renovate Bot force-pushed the renovate/python branch 2 times, most recently from 8aaecf5 to c629f0e Compare November 19, 2025 01:26
@renovate renovate Bot force-pushed the renovate/python branch 2 times, most recently from 7138e3a to ddc5ef0 Compare November 24, 2025 13:08
@renovate renovate Bot force-pushed the renovate/python branch 6 times, most recently from 5486092 to 928aa81 Compare December 4, 2025 17:13
@renovate renovate Bot force-pushed the renovate/python branch 5 times, most recently from b10da9f to 52e49c2 Compare December 18, 2025 23:00
@renovate renovate Bot force-pushed the renovate/python branch 3 times, most recently from d9153cb to 91d811d Compare December 21, 2025 18:43
@renovate renovate Bot force-pushed the renovate/python branch 3 times, most recently from 4de2320 to 102a21e Compare December 31, 2025 13:12
@renovate renovate Bot force-pushed the renovate/python branch 3 times, most recently from 6d745b7 to fb4a3b7 Compare January 6, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants