1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-07-06 14:31:38 +02:00

Update dependency pytest to ==8.4.*

This commit is contained in:
renovate[bot]
2025-07-03 11:45:54 +00:00
committed by GitHub
parent a0dc1af45f
commit b6fe148ce8
2 changed files with 15 additions and 5 deletions

View File

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