1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-05 08:53:06 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
75fa58f5ce Update dependency isort to v6 2025-04-01 09:47:42 +00:00

View File

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