1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-03-09 16:57:25 +01:00

Update dependency isort to v6

This commit is contained in:
renovate[bot] 2025-01-28 01:00:27 +00:00 committed by GitHub
parent 8196d28e88
commit c81588a8fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git",
[tool.poetry.group.dev.dependencies]
black = "^24.0.0"
flake8 = "^7.1.1"
isort = "^5.13.2"
isort = "^6.0.0"
pytest = "^8.3.3"
[build-system]