1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-07-03 21:13:30 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
f129d406a0 Update dependency flake8 to ==7.2.* 2025-04-01 09:47:36 +00:00

View File

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