1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-04-20 05:27:41 +02:00

Update dependency isort to v6

This commit is contained in:
renovate[bot] 2025-04-01 09:47:42 +00:00 committed by GitHub
parent 656661de8f
commit 75fa58f5ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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