1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-08-12 07:48:08 +02:00

Update dependency isort to v6

This commit is contained in:
renovate[bot]
2025-08-10 14:14:23 +00:00
committed by GitHub
parent a0dc1af45f
commit 7e60d8db01
2 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ build-backend = "uv_build"
[dependency-groups]
dev = [
"flake8==7.1.*",
"isort==5.13.*",
"isort==6.0.*",
"pytest==8.3.*",
]