diff --git a/poetry.lock b/poetry.lock index f106dbf..a18d1f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -631,19 +631,18 @@ files = [ [[package]] name = "isort" -version = "6.1.0" +version = "8.0.0" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "isort-6.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, - {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, + {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 = "jinja2" @@ -2217,4 +2216,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "db7b1d623385b6b830e197a3371a46a2b1239e1522b7ce105ecddf89d624f7a1" +content-hash = "e96d59287bc1fc9ea36457eae832736fb5ce5a5d690422464f81f701946a77be" diff --git a/pyproject.toml b/pyproject.toml index 556e44b..7f741fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest-flake8 = "=1.3.0" pytest-cov = "^7.0.0" tox = "*" mypy = "^1.19" -isort = "^6.1.0" +isort = "^8.0.0" black = "^25.11.0" flynt = "^1.0" deptry = "^0.24.0"