1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-09 10:25:38 +02:00

Update dependency pytest to ==8.4.*

This commit is contained in:
renovate[bot]
2025-06-02 19:36:09 +00:00
committed by GitHub
parent 7b8ff7c02f
commit c1d3413111
2 changed files with 257 additions and 247 deletions

View File

@ -35,7 +35,7 @@ build-backend = "hatchling.build"
dev = [
"flake8==7.1.*",
"isort==5.13.*",
"pytest==8.3.*",
"pytest==8.4.*",
]
[tool.isort]