Skip to content

Bump isort from 7.0.0 to 8.0.0#80

Merged
docktermj merged 1 commit intomainfrom
dependabot/pip/isort-8.0.0
Mar 13, 2026
Merged

Bump isort from 7.0.0 to 8.0.0#80
docktermj merged 1 commit intomainfrom
dependabot/pip/isort-8.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps isort from 7.0.0 to 8.0.0.

Release notes

Sourced from isort's releases.

8.0.0

Changes

🚀 Features

👷 Continuous Integration

📦 Dependencies

Changelog

Sourced from isort's changelog.

8.0.0 February 19 2026

  • Removed --old-finders and --magic-placement flags and old_finders configuration option. The legacy finder logic that relied on environment introspection has been removed (#2445) @​joao-faria-dev
  • Update the plone profile to not clash with black (#2456) @​ale-rt

6.1.0 October 1 2025

6.0.1 Febuary 26 2025

6.0.0 January 27 2025

5.13.2 December 13 2023

5.13.1 December 11 2023

5.13.0 December 9 2023

... (truncated)

Commits
  • 3459bde Merge pull request #2460 from PyCQA/DanielNoord-patch-1
  • 6e70bb6 Update CHANGELOG for version 8.0.0
  • b0f2dab Merge pull request #2458 from skv0zsneg/issue/1882
  • 313797b Fix lint.
  • 7d3a6f5 Add ignore for cyclomatic complexity check.
  • 6b9f895 Remove debug prints.
  • 45f2497 Add tests for edge case future imports handler.
  • fe57bfd Add edge case future imports handler.
  • e8c127b Merge pull request #2457 from ale-rt/ale/2456/fix-plone-profile
  • 293c201 Fix the Plone profile to be compatible with black
  • 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 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)

Resolves #2460
Resolves #2458
Resolves #2457
Resolves #2450
Resolves #2427
Resolves #2449
Resolves #2448
Resolves #2446
Resolves #2437
Resolves #2436
Resolves #1964
Resolves #1965
Resolves #2434
Resolves #2442
Resolves #2444
Resolves #2451
Resolves #2441
Resolves #2445
Resolves #2456
Resolves #2409
Resolves #2405
Resolves #2331
Resolves #2327
Resolves #2306
Resolves #2264
Resolves #2340
Resolves #2236
Resolves #2149
Resolves #2302
Resolves #2241
Resolves #2283
Resolves #2136
Resolves #471
Resolves #2184
Resolves #2213
Resolves #2212
Resolves #2208
Resolves #2191
Resolves #2207
Resolves #2089
Resolves #1989
Resolves #2183
Resolves #2175
Resolves #2190
Resolves #2196
Resolves #2192
Resolves #2202
Resolves #2197

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 13, 2026 13:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 13, 2026
@github-actions
Copy link

🤖 Claude Code Review

Code Review

This PR bumps isort from 7.0.0 to 8.0.0 in development-requirements.txt.


Code Quality

  • Style guide: Single-line change to a requirements file — no style concerns.
  • No commented-out code
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects: This is a major version bump (7.x8.x). Major version bumps can introduce breaking changes in behavior (import sorting rules, config options, CLI flags). If any CI configuration, pyproject.toml, .isort.cfg, or setup.cfg relies on isort 7.x-specific settings, those may behave differently or fail silently. Worth verifying isort 8.0.0 release notes for breaking changes before merging.
  • No project CLAUDE.md found — nothing to evaluate.

Testing

  • ✅ This is a dev tooling dependency (not a runtime dependency), so no unit/integration tests are expected for this change.
  • ⚠️ Verify CI passes: As a major version bump, confirm that CI linting/formatting checks pass with isort 8.0.0 before merging.

Documentation

  • CHANGELOG.md not updated: The CHANGELOG.md exists and tracks changes, but this dependency bump is not reflected in the [Unreleased] section. Dependency bumps that affect developer tooling should be noted.
  • ✅ No README or API doc changes needed.

Security

  • ✅ No hardcoded credentials
  • ✅ No sensitive data
  • ✅ No license files (.lic) or AQAAAD-prefixed strings

Summary

One issue to address:

  1. CHANGELOG.md (CHANGELOG.md:9-11) — Add an entry under [Unreleased] for the isort version bump, e.g.:
    - Bump isort from 7.0.0 to 8.0.0
    

Advisory: Since this is a major version bump, confirm isort 8.0.0 has no breaking changes affecting this project's import sorting configuration before merging.

Automated code review analyzing defects and coding standards

Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@7.0.0...8.0.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/isort-8.0.0 branch from 473e143 to 8c5fdc6 Compare March 13, 2026 13:15
@github-actions
Copy link

🤖 Claude Code Review


PR Code Review: isort Bump 7.0.0 → 8.0.0

Summary: This is a single-line dependency version bump for isort in development-requirements.txt.


Code Quality

  • Style guide — A single version bump in a requirements file; no code style concerns apply.
  • No commented-out code — None present.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects / bugs / edge cases — No logic changes. However, isort 8.x is a major version bump and may introduce breaking changes to import sorting behavior. If CI passes (linting/formatting checks), this is safe to merge. Worth verifying that no existing source files would be reformatted differently under the new version.

Testing

  • Unit/integration tests — No application logic changed; no new tests required.
  • Test coverage — N/A for a dependency bump.

Documentation

  • CHANGELOG.md not updated — The CHANGELOG.md exists (CHANGELOG.md:9) and has an [Unreleased] section, but this dependency bump is not reflected there. Dependency updates (especially major version bumps) should typically be noted. The entries currently in [Unreleased] appear to be placeholder text (Thing 5, Thing 4) suggesting the changelog may be a template that hasn't been maintained — but if the project convention is to track dependency changes, this should be updated.
  • README / API docs — No changes needed for a dev-only dependency bump.
  • Inline comments — N/A.
  • Markdown formatting — N/A for this diff.

Security

  • No hardcoded credentials — None.
  • Input validation / error handling — N/A.
  • No sensitive data in logs — N/A.
  • No license files (.lic) checked in — None present in diff.

Summary

Category Status
Code Quality
Testing
Documentation ⚠️ CHANGELOG not updated
Security

Recommendation: Minor — consider adding an entry to CHANGELOG.md under [Unreleased] for the isort major version bump. Otherwise, this is a clean, minimal change appropriate for merging once CI validates compatibility.

Automated code review analyzing defects and coding standards

@docktermj docktermj merged commit 18a3b0d into main Mar 13, 2026
16 checks passed
@docktermj docktermj deleted the dependabot/pip/isort-8.0.0 branch March 13, 2026 13:43
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