diff --git a/pyproject.toml b/pyproject.toml index f6acf61..6910aaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ build-backend = "hatchling.build" [dependency-groups] dev = [ "flake8==7.1.*", - "isort==5.13.*", + "isort==6.0.*", "pytest==8.3.*", ] diff --git a/uv.lock b/uv.lock index 64774fb..132a916 100644 --- a/uv.lock +++ b/uv.lock @@ -96,7 +96,7 @@ wheels = [ [[package]] name = "dspace-statistics-api" -version = "1.4.5" +version = "1.4.6.dev0" source = { editable = "." } dependencies = [ { name = "falcon" }, @@ -125,7 +125,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ { name = "flake8", specifier = "==7.1.*" }, - { name = "isort", specifier = "==5.13.*" }, + { name = "isort", specifier = "==6.0.*" }, { name = "pytest", specifier = "==8.3.*" }, ] @@ -242,11 +242,11 @@ wheels = [ [[package]] name = "isort" -version = "5.13.2" +version = "6.0.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/87/f9/c1eb8635a24e87ade2efce21e3ce8cd6b8630bb685ddc9cdaca1349b2eb5/isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109", size = 175303 } +sdist = { url = "https://files.pythonhosted.org/packages/b8/21/1e2a441f74a653a144224d7d21afe8f4169e6c7c20bb13aec3a2dc3815e0/isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450", size = 821955 } wheels = [ - { url = "https://files.pythonhosted.org/packages/d1/b3/8def84f539e7d2289a02f0524b944b15d7c75dab7628bedf1c4f0992029c/isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6", size = 92310 }, + { url = "https://files.pythonhosted.org/packages/c1/11/114d0a5f4dabbdcedc1125dee0888514c3c3b16d3e9facad87ed96fad97c/isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615", size = 94186 }, ] [[package]]