diff --git a/pyproject.toml b/pyproject.toml index 429a095..3577794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pipeline = [ "complexipy==5.2.0", "mypy==1.19.1", "ruff==0.15.1", - "isort==7.0.0", + "isort==8.0.1", "pytest==9.0.2" ] documentation = [ diff --git a/uv.lock b/uv.lock index e1aa53d..d700dec 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11" resolution-markers = [ "python_full_version >= '3.13' and sys_platform == 'linux'", @@ -322,11 +322,11 @@ wheels = [ [[package]] name = "isort" -version = "7.0.0" +version = "8.0.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/63/53/4f3c058e3bace40282876f9b553343376ee687f3c35a525dc79dbd450f88/isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187", size = 805049, upload-time = "2025-10-11T13:30:59.107Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ef/7c/ec4ab396d31b3b395e2e999c8f46dec78c5e29209fac49d1f4dace04041d/isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d", size = 769592, upload-time = "2026-02-28T10:08:20.685Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7f/ed/e3705d6d02b4f7aea715a353c8ce193efd0b5db13e204df895d38734c244/isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1", size = 94672, upload-time = "2025-10-11T13:30:57.665Z" }, + { url = "https://files.pythonhosted.org/packages/3e/95/c7c34aa53c16353c56d0b802fba48d5f5caa2cdee7958acbcb795c830416/isort-8.0.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75", size = 89733, upload-time = "2026-02-28T10:08:19.466Z" }, ] [[package]] @@ -833,7 +833,7 @@ wheels = [ [[package]] name = "python-project-template" -version = "2.6.0" +version = "2.6.1" source = { virtual = "." } dependencies = [ { name = "cookiecutter", marker = "sys_platform == 'linux'" }, @@ -872,7 +872,7 @@ documentation = [ ] pipeline = [ { name = "complexipy", specifier = "==5.2.0" }, - { name = "isort", specifier = "==7.0.0" }, + { name = "isort", specifier = "==8.0.1" }, { name = "mypy", specifier = "==1.19.1" }, { name = "pytest", specifier = "==9.0.2" }, { name = "ruff", specifier = "==0.15.1" },