diff --git a/{{ cookiecutter.__project_name }}/poetry.lock b/{{ cookiecutter.__project_name }}/poetry.lock index 41d98af..ff88abe 100644 --- a/{{ cookiecutter.__project_name }}/poetry.lock +++ b/{{ cookiecutter.__project_name }}/poetry.lock @@ -272,17 +272,18 @@ files = [ [[package]] name = "isort" -version = "5.13.2" +version = "6.0.0" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" 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.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"}, + {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "loguru" @@ -777,4 +778,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "06febb37d3be1a621e70f69436aacf75d1e3ebab424b55c2bc92d16b1fddae36" +content-hash = "12cb531aa47feb65eae6c43d833526626b8b35adb4b015197711c600f94cc0c9" diff --git a/{{ cookiecutter.__project_name }}/pyproject.toml b/{{ cookiecutter.__project_name }}/pyproject.toml index 507f7ac..61ffb24 100644 --- a/{{ cookiecutter.__project_name }}/pyproject.toml +++ b/{{ cookiecutter.__project_name }}/pyproject.toml @@ -22,7 +22,7 @@ pytest-cov = "^6.0.0" [tool.poetry.group.lint.dependencies] mypy = "^1.14.1" black = "^24.10.0" -isort = "^5.13.2" +isort = "^6.0.0" pre-commit = "^4.1.0" ruff = "^0.9.3"