Skip to content

Bump isort from 7.0.0 to 8.0.0#204

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#204
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 requested a review from a team as a code owner March 13, 2026 10:43
@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

PR Code Review

Code Quality

Style guide: Simple version bump, no style issues.

No commented-out code: N/A

Meaningful variable names: N/A

DRY principle: N/A

Defects: No logic errors or bugs introduced. This is a straightforward dependency version bump for isort from 7.0.0 to 8.0.0 for Python > 3.11.

CLAUDE.md: No issues with project configuration.

Testing

Unit/Integration tests: Not applicable for a dependency version bump.

⚠️ Coverage: No tests exist in this project (noted in CLAUDE.md). Not a concern for this PR specifically.

Documentation

README: No update needed.

API docs: No update needed.

Inline comments: N/A

CHANGELOG.md: No CHANGELOG.md update was included. Dependency bumps are typically worth noting.

Markdown formatting: N/A

Security

No hardcoded credentials: N/A

Input validation: N/A

Error handling: N/A

No sensitive data in logs: N/A

No license files: None present.


Summary

This is a minimal, low-risk PR bumping isort from 7.0.0 to 8.0.0 for Python > 3.11. The only note is the absence of a CHANGELOG entry. The change is appropriate and consistent with the existing pattern of version-pinning lint tools with Python version constraints.

Verdict: Approve with minor suggestion — add a CHANGELOG entry if the project maintains one.

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 d3ff765 to d8f7316 Compare March 13, 2026 10:48
@github-actions
Copy link

🤖 Claude Code Review

Code Review

PR Summary: Bumps isort from 7.0.0 to 8.0.0 for Python > 3.11 in pyproject.toml.


Code Quality

  • Style guide: Single-line change follows existing formatting conventions.
  • No commented-out code
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects: No logic errors. The version constraint python_version > '3.11' is consistent with the existing pattern used for the isort==6.1.0 line above it. No issues identified.
  • CLAUDE.md: No concerns — this change is appropriate for any developer environment.

Testing

  • Unit/integration tests: No tests included, but this is a dependency version bump with no functional code changes. Linting-only dependency; test coverage is not applicable here.
  • ℹ️ Note: It would be worth confirming CI passes with isort 8.0.0 since major version bumps can introduce breaking changes (e.g., new import ordering rules that conflict with existing code style).

Documentation

  • README/API docs: No changes needed for a dev-dependency bump.
  • CHANGELOG.md: No changelog entry included. Dependency bumps (especially major version bumps) are typically worth noting.

Security

  • No hardcoded credentials
  • No sensitive data
  • No license files

Summary

This is a straightforward dependency bump. The only minor concern is the missing CHANGELOG entry for a major version bump (7.x8.x). Also recommend verifying that CI runs cleanly, as isort 8.0.0 may have changed default behaviors that could affect import ordering in existing .py files.

Automated code review analyzing defects and coding standards

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

2 participants