Skip to content

Bump the django-minor-and-patch group across 1 directory with 3 updates#40

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/main/django-minor-and-patch-0c768d65dd
Open

Bump the django-minor-and-patch group across 1 directory with 3 updates#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/main/django-minor-and-patch-0c768d65dd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps the django-minor-and-patch group with 3 updates in the / directory: django-unfold, django-treebeard and django-prometheus.

Updates django-unfold from 0.94.0 to 0.95.0

Release notes

Sourced from django-unfold's releases.

0.95.0

v0.95.0 (2026-06-01)

This release is published under the MIT License.

Bug Fixes

Features


Detailed Changes: 0.94.0...0.95.0

Changelog

Sourced from django-unfold's changelog.

v0.95.0 (2026-06-01)

Bug Fixes

Features

Commits

Updates django-treebeard from 5.1.0 to 5.2.1

Changelog

Sourced from django-treebeard's changelog.

Release 5.2.1 (Jun 2, 2026)

Treebeard 5.2.1 is a bugfix release.

  • Fixed import error for type annotation unavailable on Python 3.10.

Release 5.2.0 (Jun 2, 2026)

Treebeard 5.1.0 is a minor release that includes some bug fixes.

New features:

  • Added a bulk_create option to MP_Node.load_bulk(), that creates database entries in bulk instead of one at a time.
  • Added signals to MP_Node, NS_Node and LT_Node implementations to allow external data stores to stay in sync with Treebeard-based models.

Big fixes:

  • Fixed MP_Node paths being incremented unnecessarily when saving nodes with node_order_by in the admin.
  • Optimised MoveNodeForm to skip move logic if no treebeard-specific fields were modified.
  • Changed the unique constraint for LTree.path to be deferrable, so that move operations do not fail. This requires a database migration for projects using the experimental LTree implementation.
Commits
  • d742182 Fix import error in Python 3.10. Ensure lowest supported Python version is ru...
  • 163c191 Remove obsolete UPDATING file. Changelog is now used for upgrade notes.
  • a795e2a Bump to version 5.2.0
  • 300d118 Improve efficiency of MP_Node.get_ancestors()
  • a784e90 Tweak benchmarking code to truncate tables after each run, and update results
  • b6be2d0 Add benchmarks to compare tree implementations
  • 23babbb Make uniqueness constraint on LTree.path deferrable
  • 924754e Add bulk_create option to MP_Node.load_bulk()
  • 7d4137d Documentation for signals
  • eae214b Add a nodes_deleted signal for LT_Node
  • Additional commits viewable in compare view

Updates django-prometheus from 2.4.1 to 2.5.0

Release notes

Sourced from django-prometheus's releases.

v2.5.0

  • Add support for Django 5.2 and 6.0.
  • Drop support for Django 5.0 (EOL).
  • Add support for Python 3.13, 3.14, and free threaded 3.14t.
Changelog

Sourced from django-prometheus's changelog.

v2.5.0 - May 26th, 2026

  • Add support for Django 5.2 and 6.0.
  • Drop support for Django 5.0 (EOL).
  • Add support for Python 3.13, 3.14, and free threaded 3.14t.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the django-minor-and-patch group with 3 updates in the / directory: [django-unfold](https://github.com/unfoldadmin/django-unfold), [django-treebeard](https://github.com/django-treebeard/django-treebeard) and [django-prometheus](https://github.com/korfuri/django-prometheus).


Updates `django-unfold` from 0.94.0 to 0.95.0
- [Release notes](https://github.com/unfoldadmin/django-unfold/releases)
- [Changelog](https://github.com/unfoldadmin/django-unfold/blob/main/CHANGELOG.md)
- [Commits](unfoldadmin/django-unfold@0.94.0...0.95.0)

Updates `django-treebeard` from 5.1.0 to 5.2.1
- [Changelog](https://github.com/django-treebeard/django-treebeard/blob/master/CHANGES.md)
- [Commits](django-treebeard/django-treebeard@5.1.0...5.2.1)

Updates `django-prometheus` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/korfuri/django-prometheus/releases)
- [Changelog](https://github.com/django-commons/django-prometheus/blob/master/CHANGELOG.md)
- [Commits](django-commons/django-prometheus@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: django-unfold
  dependency-version: 0.95.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django-minor-and-patch
- dependency-name: django-treebeard
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django-minor-and-patch
- dependency-name: django-prometheus
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 4, 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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants