diff --git a/poetry.lock b/poetry.lock index 3bee63a..5cefd49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -592,19 +592,18 @@ 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.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.10.0" groups = ["dev"] 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.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75"}, + {file = "isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"}, ] [package.extras] colors = ["colorama"] -plugins = ["setuptools"] [[package]] name = "jsonschema" @@ -1833,4 +1832,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f10e5c7a005c5fbd67f6c995b45649610d5760f982d4d09dfeac18ad51dc73cc" +content-hash = "617b05e3cf638f066fc2408294b3f9346cc52d6cd92e6a9444a447648227845c" diff --git a/pyproject.toml b/pyproject.toml index 6ea5a57..c7216d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ jsonschema = "^4.25.1" [tool.poetry.group.dev.dependencies] black = "^26.0.0" -isort = ">=7.0.0,<7.1.0" +isort = ">=8.0.1,<8.1.0" mypy = "^1.18.2" pylint = "^4.0.0" types-pyyaml = "^6.0.12.20250915"