diff --git a/poetry.lock b/poetry.lock index 3aac83e..f2d16f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -613,18 +613,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" @@ -1887,4 +1888,4 @@ docs = [] [metadata] lock-version = "2.1" python-versions = "^3.9.0" -content-hash = "d7b2a01074c4c5e13cc513ed0f67708d863ed181f6d1bb053cc60c6b45f5f78a" +content-hash = "e183a111c98b70cd7056c9754d297d3e605d57b72743e45e57f4a4be1b9c8634" diff --git a/pyproject.toml b/pyproject.toml index 14b2540..676c25d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pytest-flake8 = "=1.3.0" pytest-cov = "^6.1.1" tox = "*" mypy = "^1.10" -isort = "^5.13.2" +isort = "^6.0.1" black = "^24.8.0" flynt = "^1.0" deptry = "^0.23.0"