diff --git a/poetry.lock b/poetry.lock index 78ad0107..dfcbcc05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -209,18 +209,19 @@ files = [ [[package]] name = "isort" -version = "5.13.2" +version = "6.0.1" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, - {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, + {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "jinja2" @@ -661,4 +662,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "f95c812a39eb7a097e75000b0b4f0e22604c9d375edbdb37c6e49a51a0626288" +content-hash = "f2b4b65c025fa4562d3687d4cfc9a33f0d1a3b8740a4776cf8fb5427167ce7d8" diff --git a/pyproject.toml b/pyproject.toml index 7093ae08..4843c429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ typed-ast = {version="^1.5.5", markers="python_version<'3.8'"} pytest = "^8.4" pylint = "^3.3" rope = "^1.13" -isort = "^5.13" +isort = "^6.0" black = "^24.4" pre-commit = "^4.3.0"