chore(deps): update dependency isort to v8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Python Linters / formatting (pull_request) Successful in 54s
Python Linters / pylint (pull_request) Successful in 1m0s
Python Linters / mypy (pull_request) Successful in 30s
REUSE Compliance / reuse (pull_request) Successful in 13s
Selftests / test-build-install (pull_request) Successful in 57s
Selftests / test-sync (pull_request) Successful in 49s

This commit is contained in:
2026-02-25 01:20:35 +00:00
parent fcd07bb9cd
commit 5e5f3704a3
2 changed files with 9 additions and 10 deletions

17
poetry.lock generated
View File

@@ -268,18 +268,17 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2
[[package]]
name = "isort"
version = "7.0.0"
version = "8.0.0"
description = "A Python utility / library to sort Python imports."
optional = false
python-versions = ">=3.10.0"
files = [
{file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"},
{file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"},
{file = "isort-8.0.0-py3-none-any.whl", hash = "sha256:184916a933041c7cf718787f7e52064f3c06272aff69a5cb4dc46497bd8911d9"},
{file = "isort-8.0.0.tar.gz", hash = "sha256:fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c"},
]
[package.extras]
colors = ["colorama"]
plugins = ["setuptools"]
[[package]]
name = "librt"
@@ -767,13 +766,13 @@ vulture = ["vulture"]
[[package]]
name = "pylint"
version = "4.0.4"
version = "4.0.5"
description = "python code static checker"
optional = false
python-versions = ">=3.10.0"
files = [
{file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"},
{file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"},
{file = "pylint-4.0.5-py3-none-any.whl", hash = "sha256:00f51c9b14a3b3ae08cff6b2cdd43f28165c78b165b628692e428fb1f8dc2cf2"},
{file = "pylint-4.0.5.tar.gz", hash = "sha256:8cd6a618df75deb013bd7eb98327a95f02a6fb839205a6bbf5456ef96afb317c"},
]
[package.dependencies]
@@ -784,7 +783,7 @@ dill = [
{version = ">=0.3.7", markers = "python_version >= \"3.12\""},
{version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
]
isort = ">=5,<5.13 || >5.13,<8"
isort = ">=5,<5.13 || >5.13,<9"
mccabe = ">=0.6,<0.8"
platformdirs = ">=2.2"
tomli = {version = ">=1.1", markers = "python_version < \"3.11\""}
@@ -1051,4 +1050,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "41a21333a160e4328e1ef53f3cfdb4a6d77f6cf932473f93fbf6ac4ab3829eba"
content-hash = "4ab7aa074c2e8368d8ed38c5add80457365551ce4211836792ee3f5981b21aef"

View File

@@ -21,7 +21,7 @@ pyyaml = "^6.0.1"
[tool.poetry.group.dev.dependencies]
pylint = "^4.0.0"
isort = "^7.0.0"
isort = "^8.0.0"
black = "^26.0.0"
mypy = "^1.5.1"
pylama = "^8.4.1"