Update dependency flake8-import-order to ~=0.19.0 #50

Merged
timatlee merged 1 commits from renovate/flake8-import-order-0.x into main 2025-06-13 10:49:39 -06:00
Collaborator

This PR contains the following updates:

Package Update Change
flake8-import-order minor ~=0.18.1 -> ~=0.19.0

Release Notes

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

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 - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [flake8-import-order](https://github.com/PyCQA/flake8-import-order) | minor | `~=0.18.1` -> `~=0.19.0` | --- ### Release Notes <details> <summary>PyCQA/flake8-import-order (flake8-import-order)</summary> ### [`v0.19.0`](https://github.com/PyCQA/flake8-import-order/blob/HEAD/CHANGELOG.rst#0190-2025-06-12) [Compare Source](https://github.com/PyCQA/flake8-import-order/compare/0.18.2...0.19.0) - 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:` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MS4xIiwidXBkYXRlZEluVmVyIjoiNDAuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-06-12 21:00:25 -06:00
Update dependency flake8-import-order to ~=0.19.0
All checks were successful
Build Docker Image / build (pull_request) Successful in 58s
9092f8a020
timatlee merged commit ec53f6e68f into main 2025-06-13 10:49:39 -06:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: timatlee/cloudflare-ddns-docker-updated#50
No description provided.