1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-09-17 17:06:41 +02:00

Merge pull request #58 from ilri/renovate/isort-6.x

This commit is contained in:
2025-09-16 19:02:49 +03:00
committed by GitHub
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.*",
]