Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the all-django-dependencies group with 17 updates in the / directory:

Package From To
django 5.1.8 5.2.10
pillow 11.2.1 12.1.0
django-tailwind 4.0.1 4.4.2
django-browser-reload 1.18.0 1.21.0
psycopg2 2.9.10 2.9.11
python-dotenv 1.1.0 1.2.1
django-admin-interface 0.30.0 0.32.0
django-multiselectfield 0.1.13 1.0.1
django-debug-toolbar 5.1.0 6.2.0
django-import-export 4.3.7 4.4.0
django-leaflet 0.31.0 0.33.0
django-simple-history 3.8.0 3.11.0
black 25.1.0 26.1.0
djhtml 3.0.7 3.0.10
pre-commit 4.2.0 4.5.1
pytest-sugar 1.0.0 1.1.1
pylint-django 2.6.1 2.7.0

Updates django from 5.1.8 to 5.2.10

Commits
  • 8a0005c [5.2.x] Bumped version for 5.2.10 release.
  • e20d1c2 [5.2.x] Added release date for 5.2.10.
  • 2ca2afd [5.2.x] Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.
  • 8346657 [5.2.x] Fixed #36376 -- Fixed --no-color for command help in Python 3.14+.
  • 9cc231e [5.2.x] Refs #27890 -- Avoided overwriting TMPDIR in runtests.py under forkse...
  • 5ca0f62 [5.2.x] Refs #36499 -- Adjusted test_strip_tags following Python behavior cha...
  • 322b717 [5.2.x] Added CVE-2025-13372 and CVE-2025-64460 to security archive.
  • 27c508a [5.2.x] Added stub release notes for 5.2.10.
  • a3a8f7a [5.2.x] Post-release version bump.
  • c14b756 [5.2.x] Bumped version for 5.2.9 release.
  • Additional commits viewable in compare view

Updates pillow from 11.2.1 to 12.1.0

Release notes

Sourced from pillow's releases.

12.1.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.1.0.html

Deprecations

Documentation

Dependencies

Testing

Type hints

... (truncated)

Commits

Updates django-tailwind from 4.0.1 to 4.4.2

Changelog

Sourced from django-tailwind's changelog.

4.4.2

  • Fixes an issue with CSS path configuration.

4.4.1

  • Fixes an issue when raw_input is used instead of input.

4.4.0

  • Standalone Tailwind CSS binary support via pytailwindcss;
  • TAILWIND_USE_STANDALONE_BINARY setting to force standalone binary mode;
  • TAILWIND_STANDALONE_BINARY_VERSION setting to control standalone binary version (default: v4.1.16);
  • Automatic detection of standalone vs npm-based installations (checks for package.json presence);
  • app_template_v4_standalone/ cookiecutter template for standalone binary apps;
  • Updates documentation;
  • Node.js is now optional when using standalone binary mode;

4.3.0

  • Replaces Poetry with UV for dependency management;
  • Fixes extract_host_and_port to support standalone port numbers (e.g., python manage.py runserver 55555);
  • Updates tox configuration to use dev dependency group;
  • Removes Docker instructions from documentation;

4.2.0

  • Adds new manage.py tailwind plugin_install command to manage Tailwind CSS plugins;
  • Adds optional daisyUI support;

4.1.0

  • Adds new dev command that starts Django development server and Tailwind watcher simultaneously;
  • Automatically installs Honcho if not available when using dev command;
  • Creates Procfile.tailwind for customizable process management;
  • Updates documentation with dev command usage;

4.0.0

  • Adds support for Tailwind CSS v4+;
  • Sets Tailwind CSS v4+ as the default version, with the option to use v3.x via --tailwind-version 3 flag;

3.9.1

  • Brings Python 3.10 support back;
  • Adds Python 3.13 support;

3.9.0

  • Adds --no-package-lock option to python manage.py tailwind install command to optionally skip creating package-lock.json file;

... (truncated)

Commits
  • dfb5a00 Releases 4.4.2
  • 216c9e9 Merge pull request #244 from synthghost/patch-1
  • 2b5a013 Fix settings-based CSS path configuration
  • bfd4250 Add Star History section to README
  • 4c8ef98 Delete manage.py
  • 4b0e428 Releases 4.4.1
  • 46fb9a9 Merge pull request #241 from evangeloskp/fix-distlib-import-error
  • 34150e8 Fix ImportError by replacing distlib.compat.raw_input with built-in input()
  • 91c509a Update CI badge in README.md
  • 4ac8150 Releases 4.4.0
  • Additional commits viewable in compare view

Updates django-browser-reload from 1.18.0 to 1.21.0

Changelog

Sourced from django-browser-reload's changelog.

1.21.0 (2025-09-22)

  • Add Content Security Policy (CSP) nonce support to the listener script tag, in both the middleware and the Jinja template tag.

    PR [#340](https://github.com/adamchainz/django-browser-reload/issues/340) <https://github.com/adamchainz/django-browser-reload/pull/340>__.

1.20.0 (2025-09-18)

  • Support Django 6.0.

1.19.0 (2025-09-08)

  • Support Python 3.14.

  • Support the django-jinja template backend.

    Thanks to Jake Howard in PR [#309](https://github.com/adamchainz/django-browser-reload/issues/309) <https://github.com/adamchainz/django-browser-reload/pull/309>__.

Commits

Updates psycopg2 from 2.9.10 to 2.9.11

Changelog

Sourced from psycopg2's changelog.

Current release

What's new in psycopg 2.9.11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.14.
  • Avoid a segfault passing more arguments than placeholders if Python is built with assertions enabled (:ticket:[#1791](https://github.com/psycopg/psycopg2/issues/1791)).
  • Add riscv64 platform binary packages (:ticket:[#1813](https://github.com/psycopg/psycopg2/issues/1813)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 18.
  • Drop support for Python 3.8.

What's new in psycopg 2.9.10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.13.
  • Receive notifications on commit (:ticket:[#1728](https://github.com/psycopg/psycopg2/issues/1728)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 17.
  • Drop support for Python 3.7.

What's new in psycopg 2.9.9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for Python 3.12.
  • Drop support for Python 3.6.

What's new in psycopg 2.9.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Wheel package bundled with PostgreSQL 16 libpq in order to add support for recent features, such as sslcertmode.

What's new in psycopg 2.9.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fix propagation of exceptions raised during module initialization (:ticket:[#1598](https://github.com/psycopg/psycopg2/issues/1598)).
  • Fix building when pg_config returns an empty string (:ticket:[#1599](https://github.com/psycopg/psycopg2/issues/1599)).
  • Wheel package bundled with OpenSSL 1.1.1v.

What's new in psycopg 2.9.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

... (truncated)

Commits
  • fd9ae8c chore: bump to version 2.9.11
  • d923840 chore: update docs requirements
  • d42dc71 Merge branch 'fix-1791'
  • 4fde656 fix: avoid failed assert passing more arguments than placeholders
  • 8308c19 fix: drop warning about the use of deprecated PyWeakref_GetObject function
  • 1a1eabf build(deps): bump actions/github-script from 7 to 8
  • 897af8b build(deps): bump peter-evans/repository-dispatch from 3 to 4
  • ceefd30 build(deps): bump actions/checkout from 4 to 5
  • 4dc5854 build(deps): bump actions/setup-python from 5 to 6
  • 1945788 Merge pull request #1802 from edgarrmondragon/cp314-wheels
  • Additional commits viewable in compare view

Updates python-dotenv from 1.1.0 to 1.2.1

Release notes

Sourced from python-dotenv's releases.

v1.2.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.0...v1.2.1

v1.2.0

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.1.1...v1.2.0

v1.1.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.1.0...v1.1.1

Changelog

Sourced from python-dotenv's changelog.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

Commits
  • eaf2a91 Do not remove .coverage file
  • 8716196 Bump version: 1.2.0 → 1.2.1
  • b87807f Update changelog
  • 3af77d3 Support reading .env from FIFOs (Unix) (#586)
  • 467ee22 Fix test failures after moving config to pyproject.toml
  • 76999e7 Move more config pyproject.toml
  • 222ce2c Update to use trusted publisher on pypi
  • 8ed4f79 Update docs requirements
  • 5bf8822 Bump version: 1.1.1 → 1.2.0
  • 1fe11cc upadate changelog
  • Additional commits viewable in compare view

Updates django-admin-interface from 0.30.0 to 0.32.0

Release notes

Sourced from django-admin-interface's releases.

0.32.0

  • [python] Add Python 3.14 support.
  • [python] Add Django 6.0 support.
  • [css] Update style for Django 6.0.

0.31.1

  • [js] Prevent modal popup navigation links from opening a modal. (by julianwachholz #462)
  • [i18n] Add Arabic translation. #459 (by @​khaledsukkar2 in #460)
  • [ci] Bump actions.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.31.0

  • [python] Add option for making changelist actions sticky.
  • [python] Enable by default sticky behavior.
  • [js] Move inline JS to separate modules to fix CSP issues.
  • [css] Fix next-page button margins in RTL. #441 (#442).
  • [css] Fix inlines delete-link icon size.
  • [css] Fix filter-horizontal selected options text color.
  • [i18n] Update all missing translations.
  • [ci] Bump actions.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.30.1

  • [js] Fix paginator links inside modal (from raw_id_fields) returns 404. #420
  • [css] Fix Django 5.2 selector style. #435
  • [css] Reduce theme toggle button size.
  • [ci] Update linter settings.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.
Changelog

Sourced from django-admin-interface's changelog.

0.32.0 - 2025-12-19

  • [python] Add Python 3.14 support.
  • [python] Add Django 6.0 support.
  • [css] Update style for Django 6.0.

0.31.1 - 2025-12-02

  • [js] Prevent modal popup navigation links from opening a modal. (by julianwachholz #462)
  • [i18n] Add Arabic translation. #459 (by @​khaledsukkar2 in #460)
  • [ci] Bump actions.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.31.0 - 2025-11-10

  • [python] Add option for making changelist actions sticky.
  • [python] Enable by default sticky behavior.
  • [js] Move inline JS to separate modules to fix CSP issues.
  • [css] Fix next-page button margins in RTL. #441 (#442).
  • [css] Fix inlines delete-link icon size.
  • [css] Fix filter-horizontal selected options text color.
  • [i18n] Update all missing translations.
  • [ci] Bump actions.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.30.1 - 2025-06-12

  • [js] Fix paginator links inside modal (from raw_id_fields) returns 404. #420
  • [css] Fix Django 5.2 selector style. #435
  • [css] Reduce theme toggle button size.
  • [ci] Update linter settings.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.
Commits

Updates django-multiselectfield from 0.1.13 to 1.0.1

Release notes

Sourced from django-multiselectfield's releases.

v1.0.1

  • Badge image worked on GitHub but was broken on PyPI — fixed it.

v1.0.0

This release introduces multiple changes that are incompatible with previous versions.

The major version number has been incremented following Semantic Versioning (SemVer) <https://semver.org/>_, as several components of the package have changed in ways that may require updates in client code.

The internal codebase has been significantly cleaned up and reorganized, making it more maintainable and consistent.

This version contains 40% fewer lines of code compared to the previous release.

Less code means fewer bugs, easier maintenance, and better long-term sustainability.

  • Breaking changes

    • Remove MSFList (01dcad230dc368b88a39bfc36f90ddd145f381a2):

      • Removed: (50d3f785883e0a314f2dc89950e3fe1e88a7ede6)
      • It was created to support MultiSelectFields in admin.list_display, but it never actually worked. If you add a multiselect field to list_display, Django does not call to str method of MSGList (renamed to MSFList)
      • It was created for integer choices too and it is a misconception. This is explained in the README file.
    • Remove MSFFlatchoices (01dcad230dc368b88a39bfc36f90ddd145f381a2):

    • In to_python method, value is a list or a string. (c4579138dda2833cbce26afbf57da5353aa45690)

      • Remove set case and dict case
      • If this breaks something, please create a test to help understand the use case.
    • Removing integer choices:

      • It was a mistake. MultiSelectField inherits of CharField, not IntegerField.
      • It is impossible knows if original choice is (1, 'Item title 2.1') or ('1', 'Item title 2.1')
  • Fix: Form instance generated twice since Django (#168)

  • Fix CSS admin:

  • Fix Properly Display Categorized Choices in get_FOO_display (#169)

  • SortMultiSelectField: (#172)

... (truncated)

Changelog

Sourced from django-multiselectfield's changelog.

1.0.1 (2025-06-12)

  • Badge image worked on GitHub but was broken on PyPI — fixed it.

1.0.0 (2025-06-12)

This release introduces multiple changes that are incompatible with previous versions.

The major version number has been incremented following Semantic Versioning (SemVer) <https://semver.org/>_, as several components of the package have changed in ways that may require updates in client code.

The internal codebase has been significantly cleaned up and reorganized, making it more maintainable and consistent.

This version contains 40% fewer lines of code compared to the previous release.

Less code means fewer bugs, easier maintenance, and better long-term sustainability.

  • Breaking changes

    • Remove MSFList (01dcad230dc368b88a39bfc36f90ddd145f381a2 <https://github.com/goinnn/django-multiselectfield/commit/01dcad230dc368b88a39bfc36f90ddd145f381a2>_):

      • Removed: (50d3f785883e0a314f2dc89950e3fe1e88a7ede6 <https://github.com/goinnn/django-multiselectfield/commit/50d3f785883e0a314f2dc89950e3fe1e88a7ede6>_)
      • It was created to support MultiSelectFields in admin.list_display, but it never actually worked. If you add a multiselect field to list_display, Django does not call to str method of MSGList (renamed to MSFList)
      • It was created for integer choices too and it is a misconception. This is explained in the README file.
    • Remove MSFFlatchoices (01dcad230dc368b88a39bfc36f90ddd145f381a2 <https://github.com/goinnn/django-multiselectfield/commit/01dcad230dc368b88a39bfc36f90ddd145f381a2>_):

      • Removed: (5638247c1d70670d4f81adf35143ef17a7d7575e <https://github.com/goinnn/django-multiselectfield/commit/5638247c1d70670d4f81adf35143ef17a7d7575e>_)
      • In list_display, labels for the choices are now shown (comma-separated) instead of the values of the choices (comma-separated).
    • In to_python method, value is a list or a string. (c4579138dda2833cbce26afbf57da5353aa45690 <https://github.com/goinnn/django-multiselectfield/commit/c4579138dda2833cbce26afbf57da5353aa45690>_)

      • Remove set case and dict case
      • If this breaks something, please create a test to help understand the use case.
    • Removing integer choices:

      • It was a mistake. MultiSelectField inherits of CharField, not IntegerField.
      • It is impossible knows if original choice is (1, 'Item title 2.1') or ('1', 'Item title 2.1')
  • Fix: Form instance generated twice since Django ([#168](https://github.com/goinnn/django-multiselectfield/issues/168) <https://github.com/goinnn/django-multiselectfield/pull/168>_)

  • Fix CSS admin:

    • ([#173](https://github.com/goinnn/django-multiselectfield/issues/173) <https://github.com/goinnn/django-multiselectfield/pull/173>_)
    • (7711f4aa755c81d00f07ce8a6ff0fd9240061f9c <https://github.com/goinnn/django-multiselectfield/commit/7711f4aa755c81d00f07ce8a6ff0fd9240061f9c>_)

... (truncated)

Commits
  • 679bac6 Ready to new release
  • bef2514 Ready to new release
  • 9a564a3 Add image from github (pypi broken)
  • f2b3186 Fix typo error
  • 7289469 Fix another pypi error
  • f17a828 Improve readme file
  • d9e2b97 Fix error uploading to pypi
  • a387bc6 Ready to new release. The major version number has been incremented because t...
  • 4fc1369 If the choices are Proxy str (i18n) patched_display_for_field gets an error
  • 8bafbdb Add static files to package
  • Additional commits viewable in compare view

Updates django-debug-toolbar from 5.1.0 to 6.2.0

Release notes

Sourced from django-debug-toolbar's releases.

6.2.0

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@6.1.0...6.2.0

6.1.0

What's Changed

See change log here

Commits:

... (truncated)

Changelog

Sourced from django-debug-toolbar's changelog.

6.2.0 (2026-01-20)

  • Deprecated RedirectsPanel in favor of HistoryPanel for viewing toolbar data from redirected requests.
  • Fixed support for generating code coverage comments in PRs.
  • Added Django 6.0 to the testing matrix. Removed Django 5.0 to save CI resources.
  • Show the cache backend alias and cache backend class name instead of the cache instance in the cache panel.
  • Dropped support for the Python 3.9, it has reached its end of life date.
  • Toggle tracking the toolbar's queries when using debug_toolbar.store.DatabaseStore with SKIP_TOOLBAR_QUERIES.
  • Fixed font family for code blocks and stack traces in the toolbar.
  • Added test to confirm Django's TestCase.assertNumQueries works.
  • Fixed string representation of values in settings panel.
  • Declared support for Django 6.0.

6.1.0 (2025-10-30)

  • Added support for async to timer panel.
  • Added a note about the default password in make example.
  • Removed logging about the toolbar failing to serialize a value into JSON.
  • Moved the the import statement of debug_toolbar.urls to within the if statement's scope on the installation documentation.
  • Changed StoredDebugToolbar.from_store to always create a panel key and class instance, regardless if any data was generated.
  • Fixed selenium tests for CI by using psycopg for Python 3.13 runs.
  • Added CommunityPanel containing links to documentation and resources.
  • Upgraded CI postgis version to 17-3.5.
  • Added how to generate the documentation locally to the contributing documentation.
  • Updated logic that forces values to strings (force_str) to render "Django Debug Toolbar was unable to parse value." when there's a decoding error.
  • Updated docs to show incompatibility with Django Channels.
  • Hide the toolbar's migrations unless debug_toolbar.store.DatabaseStore is being used. This may change in the future.
  • Hide debug_toolbar.HistoryEntry as a model unless debug_toolbar.store.DatabaseStore is being used. This may change in the future.

6.0.0 (2025-07-22)

  • Added support for checking if pytest as the test runner when determining if tests are running.
  • Added show_toolbar_with_docker function to check Docker host IP address when running inside Docker containers.

... (truncated)

Commits

…y with 17 updates

Bumps the all-django-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `5.1.8` | `5.2.10` |
| [pillow](https://github.com/python-pillow/Pillow) | `11.2.1` | `12.1.0` |
| [django-tailwind](https://github.com/timonweb/django-tailwind) | `4.0.1` | `4.4.2` |
| [django-browser-reload](https://github.com/adamchainz/django-browser-reload) | `1.18.0` | `1.21.0` |
| [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.11` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.0` | `1.2.1` |
| [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) | `0.30.0` | `0.32.0` |
| [django-multiselectfield](https://github.com/goinnn/django-multiselectfield) | `0.1.13` | `1.0.1` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.1.0` | `6.2.0` |
| [django-import-export](https://github.com/django-import-export/django-import-export) | `4.3.7` | `4.4.0` |
| [django-leaflet](https://github.com/makinacorpus/django-leaflet) | `0.31.0` | `0.33.0` |
| [django-simple-history](https://github.com/django-commons/django-simple-history) | `3.8.0` | `3.11.0` |
| [black](https://github.com/psf/black) | `25.1.0` | `26.1.0` |
| [djhtml](https://github.com/rtts/djhtml) | `3.0.7` | `3.0.10` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.5.1` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` |
| [pylint-django](https://github.com/pylint-dev/pylint-django) | `2.6.1` | `2.7.0` |



Updates `django` from 5.1.8 to 5.2.10
- [Commits](django/django@5.1.8...5.2.10)

Updates `pillow` from 11.2.1 to 12.1.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.2.1...12.1.0)

Updates `django-tailwind` from 4.0.1 to 4.4.2
- [Changelog](https://github.com/timonweb/django-tailwind/blob/master/CHANGELOG.md)
- [Commits](timonweb/django-tailwind@4.0.1...4.4.2)

Updates `django-browser-reload` from 1.18.0 to 1.21.0
- [Changelog](https://github.com/adamchainz/django-browser-reload/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-browser-reload@1.18.0...1.21.0)

Updates `psycopg2` from 2.9.10 to 2.9.11
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.10...2.9.11)

Updates `python-dotenv` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.0...v1.2.1)

Updates `django-admin-interface` from 0.30.0 to 0.32.0
- [Release notes](https://github.com/fabiocaccamo/django-admin-interface/releases)
- [Changelog](https://github.com/fabiocaccamo/django-admin-interface/blob/main/CHANGELOG.md)
- [Commits](fabiocaccamo/django-admin-interface@0.30.0...0.32.0)

Updates `django-multiselectfield` from 0.1.13 to 1.0.1
- [Release notes](https://github.com/goinnn/django-multiselectfield/releases)
- [Changelog](https://github.com/goinnn/django-multiselectfield/blob/master/CHANGES.rst)
- [Commits](goinnn/django-multiselectfield@v0.1.13...v1.0.1)

Updates `django-debug-toolbar` from 5.1.0 to 6.2.0
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@5.1.0...6.2.0)

Updates `django-import-export` from 4.3.7 to 4.4.0
- [Release notes](https://github.com/django-import-export/django-import-export/releases)
- [Changelog](https://github.com/django-import-export/django-import-export/blob/4.4.0/docs/changelog.rst)
- [Commits](django-import-export/django-import-export@4.3.7...4.4.0)

Updates `django-leaflet` from 0.31.0 to 0.33.0
- [Release notes](https://github.com/makinacorpus/django-leaflet/releases)
- [Changelog](https://github.com/makinacorpus/django-leaflet/blob/master/CHANGES)
- [Commits](makinacorpus/django-leaflet@0.31.0...0.33.0)

Updates `django-simple-history` from 3.8.0 to 3.11.0
- [Release notes](https://github.com/django-commons/django-simple-history/releases)
- [Changelog](https://github.com/django-commons/django-simple-history/blob/master/CHANGES.rst)
- [Commits](django-commons/django-simple-history@3.8.0...3.11.0)

Updates `black` from 25.1.0 to 26.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@25.1.0...26.1.0)

Updates `djhtml` from 3.0.7 to 3.0.10
- [Release notes](https://github.com/rtts/djhtml/releases)
- [Commits](rtts/djhtml@3.0.7...3.0.10)

Updates `pre-commit` from 4.2.0 to 4.5.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.2.0...v4.5.1)

Updates `pytest-sugar` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst)
- [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1)

Updates `pylint-django` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/pylint-dev/pylint-django/releases)
- [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](pylint-dev/pylint-django@v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: pillow
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-tailwind
  dependency-version: 4.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-browser-reload
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: psycopg2
  dependency-version: 2.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-admin-interface
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-multiselectfield
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-debug-toolbar
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-import-export
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-leaflet
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-simple-history
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: black
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: djhtml
  dependency-version: 3.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: pytest-sugar
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: pylint-django
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants