Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2025

This PR contains the following updates:

Package Change Age Confidence
flake8-import-order ==0.18.2 -> ==0.19.2 age confidence

Release Notes

PyCQA/flake8-import-order (flake8-import-order)

v0.19.2

Compare Source

  • Fix AttributeError in code for checking the order of imports in a
    TYPE_CHECKING block.

  • Yank 0.19.0 from PyPI to avoid aforementioned users on older versions
    of Python accidentally receiving 0.19.0

v0.19.1

Compare Source

  • Fix bug in code for checking the order of imports in a
    TYPE_CHECKING block.

  • Fix python_requires missing from 0.19.0 to allow folks using
    vulnerable and unmaintained versions of Python to continue running
    0.18.x with pip selecting the correct version for them.

v0.19.0

Compare Source

  • Drop deprecated Python versions 3.7 and 3.8

  • Drop unsupported pypy3.9

  • Use sys.stdlib_module_names where available to determine whether a
    module is in the standard library or not.

  • Replace usage of pkg_resources from setuptools with
    importlib.metadata.

  • Move package to PyCQA PyPI organization

  • Add support for checking ordering in a TYPE_CHECKING block. This
    will support the following variants:

    • if TYPE_CHECKING: (where there was a prior from typing import TYPE_CHECKING).

    • if t.TYPE_CHECKING: (where there was a prior import typing as t).

    • if typing.TYPE_CHECKING:


Configuration

📅 Schedule: Branch creation - "after 9am on friday,before 12am on friday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/flake8-import-order-0.x branch from f949afe to 29156fe Compare June 20, 2025 17:14
@renovate renovate bot changed the title Update dependency flake8-import-order to v0.19.0 Update dependency flake8-import-order to v0.19.1 Jun 20, 2025
@renovate renovate bot changed the title Update dependency flake8-import-order to v0.19.1 Update dependency flake8-import-order to v0.19.2 Jun 24, 2025
@renovate renovate bot force-pushed the renovate/flake8-import-order-0.x branch from 29156fe to e5b70dc Compare June 24, 2025 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants