Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-upgrade from 1.18.0 to 1.23.1 #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps django-upgrade from 1.18.0 to 1.23.1.

Changelog

Sourced from django-upgrade's changelog.

1.23.1 (2025-02-07)

  • Fix django_url fixer bug that failed for indented path strings. This bug was introduced in 1.23.0.

    Thanks to Michal Čihař for the report in Issue [#528](https://github.com/adamchainz/django-upgrade/issues/528) <https://github.com/adamchainz/django-upgrade/issues/528>__.

1.23.0 (2025-02-06)

  • Support Django 5.2 in --target-version.

  • Extend versioned block fixer to support comparisons with single-item tuples, like django.VERSION >= (4,).

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

  • Fix test decorator fixer to remove all indentation tokens from the decorator line.

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

  • Fix django_url fixer handling of implicitly concatenated strings.

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

1.22.2 (2024-12-02)

  • Make these fixers work when django.contrib.gis.db.models is used to import objects from django.db.models:

    • check_constraint_condition
    • index_together

    Issue [#513](https://github.com/adamchainz/django-upgrade/issues/513) <https://github.com/adamchainz/django-upgrade/issues/513>__.

1.22.1 (2024-10-11)

  • Fix circular import error when running django-upgrade.

    Thanks to Michal Čihař for the report in Issue [#503](https://github.com/adamchainz/django-upgrade/issues/503) <https://github.com/adamchainz/django-upgrade/issues/503>__.

1.22.0 (2024-10-10)

  • Avoid accidental removal of comments a removed if block in the versioned block fixer.

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

  • Add all-version fixer to remove outdated test skip decorators.

... (truncated)

Commits
  • 7211553 Version 1.23.1
  • cbfe11c Fix django_urls fixer for indented path strings (#529)
  • 2fde061 Version 1.23.0
  • 3892e1d Fix django_urls fixer handling of implicitly concat'd strings (#527)
  • 13775c8 Fix test decorator fixer (#518)
  • 6517458 Support single tuple versioned block fixer (#517)
  • 1c73cc5 Support Django 5.2 in --target-version (#526)
  • ff5c297 Run pre-commit, coverage, and readthedocs on Python 3.13
  • c3517e7 Upgrade Black used by blacken-docs to 25.1.0
  • f0a2ec7 [pre-commit.ci] pre-commit autoupdate (#525)
  • Additional commits viewable in compare view

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.18.0 to 1.23.1.
- [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-upgrade@1.18.0...1.23.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants