Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps django-upgrade from 1.25.0 to 1.27.0.

Changelog

Sourced from django-upgrade's changelog.

1.27.0 (2025-08-27)

  • Support Django 6.0 as a target version.

  • Add Django 6.0+ fixer :ref:settings_forms_urlfield_assume_https <settings_forms_urlfield_assume_https> to remove the transitional setting FORMS_URLFIELD_ASSUME_HTTPS.

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

  • Add Django 6.0+ compatibility import rewrite of StringAgg from django.contrib.postgres.aggregates to django.db.models.

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

  • Improve :ref:the django_urls fixer <django_urls> slightly:

    • Regular expression URLs with a . are now converted to path() syntax.

      Thanks to Iteron-dev for the report in Issue [#567](https://github.com/adamchainz/django-upgrade/issues/567) <https://github.com/adamchainz/django-upgrade/issues/567>__.

    • Invalid group names are no longer converted to path() syntax.

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

1.26.0 (2025-08-26)

  • Add --check option that only reports which files would be changed.

    Thanks to berzi in PR [#581](https://github.com/adamchainz/django-upgrade/issues/581) <https://github.com/adamchainz/django-upgrade/pull/581>__.

  • Improve stdin handling: exit with code 0 even when changes were made for stdin, and print all other output to stderr.

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

  • Fix the request_headers fixer for non-string in comparisons like 1 in request.META (unlikely in real code).

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

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-upgrade](https://github.com/adamchainz/django-upgrade) from 1.25.0 to 1.27.0.
- [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-upgrade@1.25.0...1.27.0)

---
updated-dependencies:
- dependency-name: django-upgrade
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Looks like django-upgrade is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/uv/django-upgrade-1.27.0 branch September 8, 2025 12:37
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.

1 participant