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
c81588a8fe Update dependency isort to v6 2025-01-28 01:00:27 +00:00

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]