diff --git a/poetry.lock b/poetry.lock index 2bf1f79..828d6c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -639,14 +639,14 @@ files = [ [[package]] name = "isort" -version = "6.1.0" +version = "7.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-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, + {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, ] [package.extras] @@ -1747,4 +1747,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "d16f21e3f11642884b61e558cfc94ebae37e779212b06c7384e70b687bbe564e" +content-hash = "0c5b665ac8308bf7b6c7cea0dc16e2eef8e4033f3ebdca2f63ef5aba3ed884aa" diff --git a/pyproject.toml b/pyproject.toml index 2d87764..bd2c755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ lxml = "^6.0.1" [tool.poetry.group.dev.dependencies] pylint = "^4.0.2" -isort = "^6.1.0" +isort = "^7.0.0" pytest = "^8.4.2" pytest-cov = "^7.0.0" safety = "^3.6.2"