Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2026

Bumps the python-packages group with 3 updates in the / directory: dj-database-url, django-test-plus and django.

Updates dj-database-url from 3.0.1 to 3.1.0

Release notes

Sourced from dj-database-url's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: jazzband/dj-database-url@v3.0.1...v3.1.0

Changelog

Sourced from dj-database-url's changelog.

v3.1.0 (2026-01-03)

  • Add support for Django 6.0
  • Update CI structure.
  • Migrate to UV for dependency management and builds.
  • Python >3.10 support.
Commits
  • 36ec238 Update CHANGELOG.md
  • 84fd050 Switch to modern dict type hints for improved readability and consistency.
  • 9929991 Merge branch 'akx/ci-split'
  • 59b3cd6 Update workflow to be uv compatable
  • 37b252e Migrate release workflow to release events, update actions, and integrate `...
  • a01d6b1 Update project to use uv.
  • 9894298 Expand test matrix to support Python 3.14 and Django 6.0, update compatibilit...
  • 438ec39 Update license to BSD-3-Clause in setup.py (#279)
  • 8a3c372 [pre-commit.ci] pre-commit autoupdate (#278)
  • 390d524 [pre-commit.ci] pre-commit autoupdate (#276)
  • Additional commits viewable in compare view

Updates django-test-plus from 2.3.0 to 2.4.1

Changelog

Sourced from django-test-plus's changelog.

Version 2.4.1 - December 19th, 2025

  • Migrate from setup.py/setup.cfg to pyproject.toml with hatchling
  • Use uv for building and publishing

Version 2.4.0 - December 19th, 2025

  • Add Django 6.0 support
  • Add Python 3.14 support
  • Drop Python 3.9 support
Commits
  • 57d62d7 Bump version 2.4.0 -> 2.4.1
  • 2ed4e93 🔧 Run uv lock after bumping versions
  • 7db9e31 🔧 Annotate and reorganize justfile targets
  • 5811e8c 🔧 add bump-patch and bump-minor just tasks
  • 28492e9 📝 Update changelog with 2.4.1 release notes
  • 384659d 🔒 Update uv.lock: add upload-time metadata, bump revision
  • 1cbd8e1 🔧 Add Jeff Triplett to project authors
  • a698330 🔒 Migrate to pyproject.toml and add uv.lock
  • a45bbcc 📝 Update CHANGELOG: add Django 6.0, Python 3.14; drop 3.9
  • 45de290 🚀 Use uv for building and publishing release
  • Additional commits viewable in compare view

Updates django from 6.0 to 6.0.1

Commits
  • 85eb963 [6.0.x] Bumped version for 6.0.1 release.
  • ac4a550 [6.0.x] Added release date for 6.0.1.
  • dcfc5b0 [6.0.x] Added release date for 5.2.10.
  • 42bab76 [6.0.x] Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions...
  • 764af47 [6.0.x] Refs #33647 -- Fixed silent data truncation in bulk_create on Postgres.
  • b7b5465 [6.0.x] Fixed #36829 -- Reverted value of ClearableFileInput.use_fieldset to ...
  • 90daa65 [6.0.x] Fixed #30515 -- Documented resolve_url() in docs/topics/http/shortcut...
  • d35daf8 [6.0.x] Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().
  • 16107ab [6.0.x] Refs #36810 -- Avoided infinite recursion in LazyNonce.repr().
  • 774543e [6.0.x] Fixed #36305 -- Added documentation indentation guidelines to contrib...
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 7, 2026
Bumps the python-packages group with 3 updates in the / directory: [dj-database-url](https://github.com/jazzband/dj-database-url), [django-test-plus](https://github.com/revsys/django-test-plus) and [django](https://github.com/django/django).


Updates `dj-database-url` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/jazzband/dj-database-url/releases)
- [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md)
- [Commits](jazzband/dj-database-url@v3.0.1...v3.1.0)

Updates `django-test-plus` from 2.3.0 to 2.4.1
- [Changelog](https://github.com/revsys/django-test-plus/blob/main/CHANGELOG.md)
- [Commits](revsys/django-test-plus@v2.3.0...2.4.1)

Updates `django` from 6.0 to 6.0.1
- [Commits](django/django@6.0...6.0.1)

---
updated-dependencies:
- dependency-name: dj-database-url
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: django-test-plus
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: django
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python-packages-696ed39668 branch from 414b584 to 2905824 Compare January 12, 2026 16:09
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.

1 participant